Skip to content

Commit e2f7bc6

Browse files
authored
Update datastructures.rst
I changed **the Unicode code point number** to **Unicode code point** because **the Unicode code point** already has the meaning of a number.
1 parent ac1ffd7 commit e2f7bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ sequences of the same type, the lexicographical comparison is carried out
720720
recursively. If all items of two sequences compare equal, the sequences are
721721
considered equal. If one sequence is an initial sub-sequence of the other, the
722722
shorter sequence is the smaller (lesser) one. Lexicographical ordering for
723-
strings uses the Unicode code point number to order individual characters.
723+
strings uses the Unicode code point to order individual characters.
724724
Some examples of comparisons between sequences of the same type::
725725

726726
(1, 2, 3) < (1, 2, 4)

0 commit comments

Comments
 (0)