Skip to content

Commit 4902adc

Browse files
author
Yuki Kobayashi
committed
Update Doc/library/ast.rst
1 parent 3731757 commit 4902adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ast.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,8 +1766,8 @@ Type annotations
17661766

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

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>``.
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>``.
17711771

17721772
See :func:`ast.parse` for more details.
17731773

0 commit comments

Comments
 (0)