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.
Doc/library/ast.rst
1 parent 3731757 commit 4902adcCopy full SHA for 4902adc
Doc/library/ast.rst
@@ -1766,8 +1766,8 @@ Type annotations
1766
1767
.. class:: TypeIgnore(lineno, tag)
1768
1769
- A type ignore comment. *lineno* is the location of the ``#type ignore`` comment.
1770
- *tag* is the optional tag specified by the form ``#type ignore <tag>``.
+ A type ignore comment. *lineno* is the location of the ``# type ignore`` comment.
+ *tag* is the optional tag specified by the form ``# type ignore <tag>``.
1771
1772
See :func:`ast.parse` for more details.
1773
0 commit comments