We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612d59a commit beba94cCopy full SHA for beba94c
docs/source/running_mypy.rst
@@ -307,7 +307,7 @@ this error, try:
307
or by using the ``MYPYPATH`` environment variable.
308
309
Note: if the module you are trying to import is actually a *submodule* of
310
- some package, you should specific the directory containing the *entire* package.
+ some package, you should specify the directory containing the *entire* package.
311
For example, suppose you are trying to add the module ``foo.bar.baz``
312
which is located at ``~/foo-project/src/foo/bar/baz.py``. In this case,
313
you must run ``mypy ~/foo-project/src`` (or set the ``MYPYPATH`` to
0 commit comments