]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Jun 2025 21:55:04 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Jun 2025 21:55:04 +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 1f92b5df4302bf4101bdb766b9e999d6a6142743..c228006d4c1e1ddbf61d9a0a76c759110d92da6e 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