Skip to content

Typo in token.NAME documentation #135263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kleinebre opened this issue Jun 8, 2025 · 1 comment
Closed

Typo in token.NAME documentation #135263

kleinebre opened this issue Jun 8, 2025 · 1 comment
Labels
docs Documentation in the Doc dir easy

Comments

@kleinebre
Copy link

kleinebre commented Jun 8, 2025

Documentation

https://docs.python.org/3/library/token.html

token.NAME
Token value that indicates an identifier. Note that keywords are also initially tokenized an NAME tokens.

should read

token.NAME
Token value that indicates an identifier. Note that keywords are also initially tokenized as NAME tokens.

Linked PRs

@kleinebre kleinebre added the docs Documentation in the Doc dir label Jun 8, 2025
@picnixz picnixz changed the title typo Typo in token.NAME documentation Jun 8, 2025
@picnixz picnixz added the easy label Jun 8, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 8, 2025
(cherry picked from commit 8d17a412da7e7d8412efc625d48dcb5eecea50b0)

Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 8, 2025
(cherry picked from commit 8d17a412da7e7d8412efc625d48dcb5eecea50b0)

Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
terryjreedy pushed a commit that referenced this issue Jun 8, 2025
…135280)

gh-135263: Fix typo in token.NAME documentation (GH-135275)
(cherry picked from commit 8d17a41)

Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
terryjreedy pushed a commit that referenced this issue Jun 8, 2025
…135281)

gh-135263: Fix typo in token.NAME documentation (GH-135275)
(cherry picked from commit 8d17a41)

Co-authored-by: Vladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
@terryjreedy
Copy link
Member

Thanks for catching this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir easy
Projects
Status: Todo
Development

No branches or pull requests

3 participants