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 7a835bc commit fc06a53Copy full SHA for fc06a53
Doc/library/ast.rst
@@ -1766,7 +1766,7 @@ Type annotations
1766
1767
.. class:: TypeIgnore(lineno, tag)
1768
1769
- A type ignore comment. ``lineno`` is the location of the ``#type ignore`` comment.
+ 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>``.
1771
1772
see :func:`ast.parse` for more details.
0 commit comments