Skip to content

Commit acb3a4d

Browse files
committed
fix normalization example (closes #24610)
Patch by Chris Angelico
1 parent d44768f commit acb3a4d

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
@@ -1381,7 +1381,7 @@ precedence and have a left-to-right chaining feature as described in the
13811381
13821382
.. [#] While comparisons between strings make sense at the byte level, they may
13831383
be counter-intuitive to users. For example, the strings ``"\u00C7"`` and
1384-
``"\u0327\u0043"`` compare differently, even though they both represent the
1384+
``"\u0043\u0327"`` compare differently, even though they both represent the
13851385
same unicode character (LATIN CAPITAL LETTER C WITH CEDILLA). To compare
13861386
strings in a human recognizable way, compare using
13871387
:func:`unicodedata.normalize`.

0 commit comments

Comments
 (0)