Skip to content

Commit f372c3a

Browse files
lazorikvAgent-Hellboy
authored andcommitted
pythongh-135263: Fix typo in token.NAME documentation (python#135275)
1 parent 7fe568e commit f372c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/token.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The token constants are:
5151
.. data:: NAME
5252

5353
Token value that indicates an :ref:`identifier <identifiers>`.
54-
Note that keywords are also initially tokenized an ``NAME`` tokens.
54+
Note that keywords are also initially tokenized as ``NAME`` tokens.
5555

5656
.. data:: NUMBER
5757

0 commit comments

Comments
 (0)