Skip to content

Commit f719a91

Browse files
committed
Fix typo in token.rst documentation.
Corrected a minor typo in the description of the `NAME` token. Changed "an `NAME` tokens" to "as `NAME` tokens" for clarity and accuracy.
1 parent aac22ea commit f719a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)