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 e941f12 commit 67a0239Copy full SHA for 67a0239
Doc/library/token.rst
@@ -50,11 +50,13 @@ The following token type values aren't used by the C tokenizer but are needed fo
50
the :mod:`tokenize` module.
51
52
.. data:: COMMENT
53
+ :noindex:
54
55
Token value used to indicate a comment.
56
57
58
.. data:: NL
59
60
61
Token value used to indicate a non-terminating newline. The
62
:data:`NEWLINE` token indicates the end of a logical line of Python code;
0 commit comments