Skip to content

Commit 3530d32

Browse files
[3.14] Docs: Fix a typo in the 'Non-ASCII characters in names' section (GH-148043) (#148099)
(cherry picked from commit b1d2d98) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 8040b20 commit 3530d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ start with a character in the "letter-like" set ``xid_start``,
556556
and the remaining characters must be in the "letter- and digit-like" set
557557
``xid_continue``.
558558

559-
These sets based on the *XID_Start* and *XID_Continue* sets as defined by the
559+
These sets are based on the *XID_Start* and *XID_Continue* sets as defined by the
560560
Unicode standard annex `UAX-31`_.
561561
Python's ``xid_start`` additionally includes the underscore (``_``).
562562
Note that Python does not necessarily conform to `UAX-31`_.

0 commit comments

Comments
 (0)