]> granicus.if.org Git - python/commitdiff
Fix typo in unicode character name.
authorGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 08:51:31 +0000 (08:51 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 08:51:31 +0000 (08:51 +0000)
Doc/reference/expressions.rst

index 5ef2f8fc39656bf53d0804a64bc4f7c527987918..4677fdc85bc26e5a851043bd0b4cb5239dd21f58 100644 (file)
@@ -1400,7 +1400,7 @@ groups from right to left).
    level, they may be counter-intuitive to users. For example, the
    strings ``u"\u00C7"`` and ``u"\u0043\u0327"`` compare differently,
    even though they both represent the same unicode character (LATIN
-   CAPTITAL LETTER C WITH CEDILLA). To compare strings in a human
+   CAPITAL LETTER C WITH CEDILLA). To compare strings in a human
    recognizable way, compare using :func:`unicodedata.normalize`.
 
 .. [#] The implementation computes this efficiently, without constructing lists or