Skip to content

Commit 3df9943

Browse files
Docs: Fix a typo in the 'Non-ASCII characters in names' section
1 parent 3908593 commit 3df9943

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
@@ -560,7 +560,7 @@ start with a character in the "letter-like" set ``xid_start``,
560560
and the remaining characters must be in the "letter- and digit-like" set
561561
``xid_continue``.
562562

563-
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
564564
Unicode standard annex `UAX-31`_.
565565
Python's ``xid_start`` additionally includes the underscore (``_``).
566566
Note that Python does not necessarily conform to `UAX-31`_.

0 commit comments

Comments
 (0)