Skip to content

Commit 7d0a8e7

Browse files
authored
Update running_mypy.rst add closing bracket (#17046)
1 parent 00220bd commit 7d0a8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/running_mypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ this error, try:
405405
For example, suppose you are trying to add the module ``foo.bar.baz``
406406
which is located at ``~/foo-project/src/foo/bar/baz.py``. In this case,
407407
you must run ``mypy ~/foo-project/src`` (or set the ``MYPYPATH`` to
408-
``~/foo-project/src``.
408+
``~/foo-project/src``).
409409

410410
.. _finding-imports:
411411

0 commit comments

Comments
 (0)