]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135281)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Jun 2025 21:55:12 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Jun 2025 21:55:12 +0000 (17:55 -0400)
gh-135263: Fix typo in token.NAME documentation (GH-135275)
(cherry picked from commit 8d17a412da7e7d8412efc625d48dcb5eecea50b0)

Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
Doc/library/token.rst

index 449345413b1975fe11f9343d6eed34cccfbbc484..fb9a982a4b9a47f7c224b0d2026f59b6afcb4b11 100644 (file)
@@ -51,7 +51,7 @@ The token constants are:
 .. data:: NAME
 
    Token value that indicates an :ref:`identifier <identifiers>`.
-   Note that keywords are also initially tokenized an ``NAME`` tokens.
+   Note that keywords are also initially tokenized as ``NAME`` tokens.
 
 .. data:: NUMBER