From c2ec15eb55e045686c334bb47913a9b16f031814 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Mon, 18 Jan 2021 11:40:02 -0800 Subject: [PATCH] more edit --- docs/source/command_line.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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