Skip to content

Commit d26ac50

Browse files
adjust title underline to pass sphinx docs generation without warnings lmao
1 parent 9d6282a commit d26ac50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/error_code_list.rst

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

696696
Check that import target can be found [import-untyped]
697-
--------------------------------------------------------
697+
------------------------------------------------------
698698

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

716716
Check that import target with known stubs can be found [import-untyped-stubs-available]
717-
--------------------------------------------------------
717+
---------------------------------------------------------------------------------------
718718

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

0 commit comments

Comments
 (0)