From f719a91e59c4c34fcb367876147a034daa34e03f Mon Sep 17 00:00:00 2001 From: LazorykV Date: Sun, 8 Jun 2025 20:39:22 +0300 Subject: [PATCH] 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. --- Doc/library/token.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/token.rst b/Doc/library/token.rst index 1f92b5df4302bf..c228006d4c1e1d 100644 --- a/Doc/library/token.rst +++ b/Doc/library/token.rst @@ -51,7 +51,7 @@ The token constants are: .. data:: NAME Token value that indicates an :ref:`identifier `. - Note that keywords are also initially tokenized an ``NAME`` tokens. + Note that keywords are also initially tokenized as ``NAME`` tokens. .. data:: NUMBER