diff --git a/docs/source/command_line.rst b/docs/source/command_line.rst index 68e6411bdef9..40df775742a6 100644 --- a/docs/source/command_line.rst +++ b/docs/source/command_line.rst @@ -117,11 +117,11 @@ imports. .. option:: --explicit-package-bases - This flag tells mypy to that the current directory, the ``MYPYPATH`` - environment variable, and the :confval:`mypy_path` config option as the - directories in which top-level packages are located. This option is only - useful in conjunction with :option:`--namespace-packages`. See :ref:`Mapping - file paths to modules ` for details. + This flag tells mypy that top-level packages will be based in either the + current directory, or a member of the ``MYPYPATH`` environment variable or + :confval:`mypy_path` config option. This option is only useful in + conjunction with :option:`--namespace-packages`. See :ref:`Mapping file + paths to modules ` for details. .. option:: --ignore-missing-imports