Skip to content

Commit

Permalink
docs: remove duplicate word (#13080)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulporuri committed Jul 6, 2022
1 parent 86aefb1 commit eaf6091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/running_mypy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ will continue to be of type ``Any``.
1. To suppress a *single* missing import error, add a ``# type: ignore`` at the end of the
line containing the import.

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

0 comments on commit eaf6091

Please sign in to comment.