Skip to content

Commit beba94c

Browse files
authored
Fix typos in running_mypy.rst (#10794)
1 parent 612d59a commit beba94c

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
@@ -307,7 +307,7 @@ this error, try:
307307
or by using the ``MYPYPATH`` environment variable.
308308

309309
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.
310+
some package, you should specify the directory containing the *entire* package.
311311
For example, suppose you are trying to add the module ``foo.bar.baz``
312312
which is located at ``~/foo-project/src/foo/bar/baz.py``. In this case,
313313
you must run ``mypy ~/foo-project/src`` (or set the ``MYPYPATH`` to

0 commit comments

Comments
 (0)