Skip to content

Commit 2d1e491

Browse files
adjust title underline to pass sphinx docs generation without warnings lmao
1 parent fe76f96 commit 2d1e491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/error_code_list.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ See :ref:`ignore-missing-imports` for how to work around these errors.
665665
.. _code-import-untyped:
666666

667667
Check that import target can be found [import-untyped]
668-
--------------------------------------------------------
668+
------------------------------------------------------
669669

670670
Mypy generates an error if it can find the source code for an imported module,
671671
but that module does not provide type annotations (via :ref:`PEP 561 <installed-packages>`).
@@ -685,7 +685,7 @@ stub package. See :ref:`ignore-missing-imports` for more details.
685685
.. _code-import-untyped-stubs-available:
686686

687687
Check that import target with known stubs can be found [import-untyped-stubs-available]
688-
--------------------------------------------------------
688+
---------------------------------------------------------------------------------------
689689

690690
Like :ref:`code-import-untyped`, but used when mypy knows there is an appropriate
691691
type stub package corresponding to the library, which you could install.

0 commit comments

Comments
 (0)