File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments