summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-31 10:15:37 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-31 10:15:37 (GMT)
commit226878cba507cff4b6ce094063682d0b0b53cbb9 (patch)
treecf95b7b7cf86226c9f79ec6292c0f3187b234979 /Doc/reference
parent283e35f606a52fe3ad3cb8006a41155476118b7c (diff)
downloadcpython-226878cba507cff4b6ce094063682d0b0b53cbb9.zip
cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.gz
cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.bz2
Add bytes methods documentation.
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/expressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index 8dbdc31..f45b311 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -1272,7 +1272,7 @@ groups from right to left).
.. [#] While comparisons between strings make sense at the byte
level, they may be counter-intuitive to users. For example, the
- strings ``u"\u00C7"`` and ``u"\u0327\u0043"`` compare differently,
+ strings ``"\u00C7"`` and ``"\u0327\u0043"`` compare differently,
even though they both represent the same unicode character (LATIN
CAPTITAL LETTER C WITH CEDILLA).