File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,11 +391,11 @@ this error, try:
391391 installing into the environment you expect by running pip like
392392 ``python -m pip ... ``.
393393
394- 2 . Reading the :ref: `finding-imports ` section below to make sure you
394+ 3 . Reading the :ref: `finding-imports ` section below to make sure you
395395 understand how exactly mypy searches for and finds modules and modify
396396 how you're invoking mypy accordingly.
397397
398- 3 . Directly specifying the directory containing the module you want to
398+ 4 . Directly specifying the directory containing the module you want to
399399 type check from the command line, by using the :confval: `mypy_path `
400400 or :confval: `files ` config file options,
401401 or by using the ``MYPYPATH `` environment variable.
You can’t perform that action at this time.
0 commit comments