https://github.com/python/cpython/commit/8d17a412da7e7d8412efc625d48dcb5eecea50b0 commit: 8d17a412da7e7d8412efc625d48dcb5eecea50b0 branch: main author: Vladyslav Lazoryk <80263725+lazor...@users.noreply.github.com> committer: Eclips4 <kirill.ba...@mail.ru> date: 2025-06-08T22:59:26+03:00 summary:
gh-135263: Fix typo in token.NAME documentation (#135275) files: M Doc/library/token.rst 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 <identifiers>`. - Note that keywords are also initially tokenized an ``NAME`` tokens. + Note that keywords are also initially tokenized as ``NAME`` tokens. .. data:: NUMBER _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com