Skip to content

Commit 7bb999d

Browse files
[3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280)
gh-135263: Fix typo in token.NAME documentation (GH-135275) (cherry picked from commit 8d17a41) Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
1 parent 00f824d commit 7bb999d

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)