]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135263: Fix typo in token.NAME documentation (#135275)
authorVladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
Sun, 8 Jun 2025 19:59:26 +0000 (22:59 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Jun 2025 19:59:26 +0000 (22:59 +0300)
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