Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47066ee

Browse files
committed
merge 3.4 (#24610)
2 parents 0512115 + acb3a4d commit 47066ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ precedence and have a left-to-right chaining feature as described in the
14071407
14081408
.. [#] While comparisons between strings make sense at the byte level, they may
14091409
be counter-intuitive to users. For example, the strings ``"\u00C7"`` and
1410-
``"\u0327\u0043"`` compare differently, even though they both represent the
1410+
``"\u0043\u0327"`` compare differently, even though they both represent the
14111411
same unicode character (LATIN CAPITAL LETTER C WITH CEDILLA). To compare
14121412
strings in a human recognizable way, compare using
14131413
:func:`unicodedata.normalize`.

0 commit comments

Comments
 (0)