Skip to content

Commit

Permalink
fix doc typo (#10992)
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Aug 19, 2021
1 parent 2105532 commit ba540f0
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 @@ -452,7 +452,7 @@ How mypy determines fully qualified module names depends on if the options
fully qualified module name.

For example, say your directory tree consists solely of
``src/namespace_pkg/mod.py``. If you run the command following command, mypy
``src/namespace_pkg/mod.py``. If you run the following command, mypy
will correctly associate ``mod.py`` with ``namespace_pkg.mod``::

$ MYPYPATH=src mypy --namespace-packages --explicit-package-bases .
Expand Down

0 comments on commit ba540f0

Please sign in to comment.