Skip to content

Commit fc06a53

Browse files
Yuki KobayashiStanFromIreland
andauthored
Update Doc/library/ast.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 7a835bc commit fc06a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ Type annotations
17661766

17671767
.. class:: TypeIgnore(lineno, tag)
17681768

1769-
A type ignore comment. ``lineno`` is the location of the ``#type ignore`` comment.
1769+
A type ignore comment. *lineno* is the location of the ``#type ignore`` comment.
17701770
``tag`` is the optional tag specified by the form ``#type ignore <tag>``.
17711771

17721772
see :func:`ast.parse` for more details.

0 commit comments

Comments
 (0)