Skip to content

Commit

Permalink
Update running_mypy.rst add closing bracket (python#17046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed authored Mar 18, 2024
1 parent 00220bd commit 7d0a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/running_mypy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ this error, try:
For example, suppose you are trying to add the module ``foo.bar.baz``
which is located at ``~/foo-project/src/foo/bar/baz.py``. In this case,
you must run ``mypy ~/foo-project/src`` (or set the ``MYPYPATH`` to
``~/foo-project/src``.
``~/foo-project/src``).

.. _finding-imports:

Expand Down

0 comments on commit 7d0a8e7

Please sign in to comment.