mirror of
https://github.com/python/cpython.git
synced 2026-04-15 16:21:24 +00:00
Docs: Fix a typo in the 'Non-ASCII characters in names' section (#148043)
This commit is contained in:
parent
fbdbea949f
commit
b1d2d9829c
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ start with a character in the "letter-like" set ``xid_start``,
|
|||
and the remaining characters must be in the "letter- and digit-like" set
|
||||
``xid_continue``.
|
||||
|
||||
These sets based on the *XID_Start* and *XID_Continue* sets as defined by the
|
||||
These sets are based on the *XID_Start* and *XID_Continue* sets as defined by the
|
||||
Unicode standard annex `UAX-31`_.
|
||||
Python's ``xid_start`` additionally includes the underscore (``_``).
|
||||
Note that Python does not necessarily conform to `UAX-31`_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue