We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2827 commit 5c33d20Copy full SHA for 5c33d20
docs/guides/writing_stubs.rst
@@ -93,7 +93,7 @@ Liskov substitutability or detecting problematic overloads.
93
It may be instructive to examine `typeshed <https://github.com/python/typeshed/>`__'s
94
`setup for testing stubs <https://github.com/python/typeshed/blob/main/tests/README.md>`__.
95
96
-To suppress type errors on stubs, use a `# type: ignore` comment. Refer to the style guide for
+To suppress type errors in stubs, use `# type: ignore` comments. Refer to the style guide for
97
error suppression formats specific to individual typecheckers.
98
99
..
0 commit comments