Skip to content

Commit

Permalink
Update running_mypy.rst add closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed authored Mar 16, 2024
1 parent 31dc503 commit 9a2a91c
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 9a2a91c

Please sign in to comment.