Skip to content

Commit c2ec15e

Browse files
author
hauntsaninja
committed
more edit
1 parent 01c90a7 commit c2ec15e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/source/command_line.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ imports.
117117

118118
.. option:: --explicit-package-bases
119119

120-
This flag tells mypy to that the current directory, the ``MYPYPATH``
121-
environment variable, and the :confval:`mypy_path` config option as the
122-
directories in which top-level packages are located. This option is only
123-
useful in conjunction with :option:`--namespace-packages`. See :ref:`Mapping
124-
file paths to modules <mapping-paths-to-modules>` for details.
120+
This flag tells mypy that top-level packages will be based in either the
121+
current directory, or a member of the ``MYPYPATH`` environment variable or
122+
:confval:`mypy_path` config option. This option is only useful in
123+
conjunction with :option:`--namespace-packages`. See :ref:`Mapping file
124+
paths to modules <mapping-paths-to-modules>` for details.
125125

126126
.. option:: --ignore-missing-imports
127127

0 commit comments

Comments
 (0)