We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44768f commit acb3a4dCopy full SHA for acb3a4d
1 file changed
Doc/reference/expressions.rst
@@ -1381,7 +1381,7 @@ precedence and have a left-to-right chaining feature as described in the
1381
1382
.. [#] While comparisons between strings make sense at the byte level, they may
1383
be counter-intuitive to users. For example, the strings ``"\u00C7"`` and
1384
- ``"\u0327\u0043"`` compare differently, even though they both represent the
+ ``"\u0043\u0327"`` compare differently, even though they both represent the
1385
same unicode character (LATIN CAPITAL LETTER C WITH CEDILLA). To compare
1386
strings in a human recognizable way, compare using
1387
:func:`unicodedata.normalize`.
0 commit comments