mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Closes #23181: codepoint -> code point
This commit is contained in:
parent
1a8ada89f9
commit
3be472b5f7
7 changed files with 18 additions and 18 deletions
|
@ -685,7 +685,7 @@ the same type, the lexicographical comparison is carried out recursively. If
|
|||
all items of two sequences compare equal, the sequences are considered equal.
|
||||
If one sequence is an initial sub-sequence of the other, the shorter sequence is
|
||||
the smaller (lesser) one. Lexicographical ordering for strings uses the Unicode
|
||||
codepoint number to order individual characters. Some examples of comparisons
|
||||
code point number to order individual characters. Some examples of comparisons
|
||||
between sequences of the same type::
|
||||
|
||||
(1, 2, 3) < (1, 2, 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue