We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86aefb1 commit eaf6091Copy full SHA for eaf6091
docs/source/running_mypy.rst
@@ -205,7 +205,7 @@ will continue to be of type ``Any``.
205
1. To suppress a *single* missing import error, add a ``# type: ignore`` at the end of the
206
line containing the import.
207
208
-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
209
a section to your :ref:`mypy config file <config-file>` for that library setting
210
:confval:`ignore_missing_imports` to True. For example, suppose your codebase
211
makes heavy use of an (untyped) library named ``foobar``. You can silence
0 commit comments