Docs: Fix a typo in the 'Non-ASCII characters in names' section (#148… · python/cpython@b1d2d98

GitHub

GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources

Original file line numberDiff line numberDiff line change@@ -560,7 +560,7 @@ start with a character in the "letter-like" set ``xid_start``,

560560and the remaining characters must be in the "letter- and digit-like" set

561561``xid_continue``.

562562563-These sets based on the *XID_Start* and *XID_Continue* sets as defined by the

563+These sets are based on the *XID_Start* and *XID_Continue* sets as defined by the

564564Unicode standard annex `UAX-31`_.

565565Python's ``xid_start`` additionally includes the underscore (``_``).

566566Note that Python does not necessarily conform to `UAX-31`_.