Skip to content

Commit

Permalink
more edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jan 18, 2021
1 parent 01c90a7 commit a592f8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/command_line.rst
Expand Up @@ -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 <mapping-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 <mapping-paths-to-modules>` for details.

.. option:: --ignore-missing-imports

Expand Down

0 comments on commit a592f8e

Please sign in to comment.