Skip to content

Commit 67a0239

Browse files
committed
Fix docs
1 parent e941f12 commit 67a0239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/token.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ The following token type values aren't used by the C tokenizer but are needed fo
5050
the :mod:`tokenize` module.
5151

5252
.. data:: COMMENT
53+
:noindex:
5354

5455
Token value used to indicate a comment.
5556

5657

5758
.. data:: NL
59+
:noindex:
5860

5961
Token value used to indicate a non-terminating newline. The
6062
:data:`NEWLINE` token indicates the end of a logical line of Python code;

0 commit comments

Comments
 (0)