Skip to content

Commit 4183778

Browse files
authored
Fix numbering error in docs (#16838)
1 parent 1da0ebe commit 4183778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/running_mypy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)