Skip to content

Commit eaf6091

Browse files
authored
docs: remove duplicate word (#13080)
1 parent 86aefb1 commit eaf6091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/running_mypy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ will continue to be of type ``Any``.
205205
1. To suppress a *single* missing import error, add a ``# type: ignore`` at the end of the
206206
line containing the import.
207207

208-
2. To suppress *all* missing import imports errors from a single library, add
208+
2. To suppress *all* missing import errors from a single library, add
209209
a section to your :ref:`mypy config file <config-file>` for that library setting
210210
:confval:`ignore_missing_imports` to True. For example, suppose your codebase
211211
makes heavy use of an (untyped) library named ``foobar``. You can silence

0 commit comments

Comments
 (0)