We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce8087 commit 5cbcac4Copy full SHA for 5cbcac4
1 file changed
docs/spec/directives.rst
@@ -73,8 +73,8 @@ other comments and linting markers:
73
74
# type: ignore # <comment or other marker>
75
76
-Text following ``# type: ignore`` must be ignored, provided there is at
77
-least one whitespace character after it::
+Text following ``# type: ignore - some text`` is equivalent to
+``type: ignore``, provided there is at least one whitespace character after it::
78
79
# Not valid because of the "d" after ignore; does not supress the type error
80
s: str = 1 # type: ignored
0 commit comments