Docs: Fix a typo in the 'Non-ASCII characters in names' section (#148043)

This commit is contained in:
Stan Ulbrych 2026-04-04 17:45:52 +01:00 committed by GitHub
parent fbdbea949f
commit b1d2d9829c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`_.