Skip to content

Commit cf045d9

Browse files
authored
doc: remove duplicate word (#16365)
This PR removes one of the duplicate **in** in the sentence "This option is only useful in in the absence of `__init__.py`" in the file `docs/source/command_line.rst`.
1 parent 65a068e commit cf045d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ imports.
133133

134134
This flag tells mypy that top-level packages will be based in either the
135135
current directory, or a member of the ``MYPYPATH`` environment variable or
136-
:confval:`mypy_path` config option. This option is only useful in
136+
:confval:`mypy_path` config option. This option is only useful
137137
in the absence of `__init__.py`. See :ref:`Mapping file
138138
paths to modules <mapping-paths-to-modules>` for details.
139139

0 commit comments

Comments
 (0)