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.
2 parents 0512115 + acb3a4d commit 47066eeCopy full SHA for 47066ee
1 file changed
Doc/reference/expressions.rst
@@ -1407,7 +1407,7 @@ precedence and have a left-to-right chaining feature as described in the
1407
1408
.. [#] While comparisons between strings make sense at the byte level, they may
1409
be counter-intuitive to users. For example, the strings ``"\u00C7"`` and
1410
- ``"\u0327\u0043"`` compare differently, even though they both represent the
+ ``"\u0043\u0327"`` compare differently, even though they both represent the
1411
same unicode character (LATIN CAPITAL LETTER C WITH CEDILLA). To compare
1412
strings in a human recognizable way, compare using
1413
:func:`unicodedata.normalize`.
0 commit comments