summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-24 22:07:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-24 22:07:19 (GMT)
commit3226f9618f1dfacc7d0a98b0821f8ab5b180e482 (patch)
treefdd156ecfa4d9b46e0abf8e6967b1885d217f355 /Doc/howto
parent724bdce8b8111563edb25ba6c277f3a48ec9e8de (diff)
parenta54f07504f2b555e97eed2213acd749dd53194b5 (diff)
downloadcpython-3226f9618f1dfacc7d0a98b0821f8ab5b180e482.zip
cpython-3226f9618f1dfacc7d0a98b0821f8ab5b180e482.tar.gz
cpython-3226f9618f1dfacc7d0a98b0821f8ab5b180e482.tar.bz2
merge 3.4
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/unicode.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index 9573540..5ea311e 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -35,8 +35,8 @@ might have lines like these::
PRINT "MISE A JOUR TERMINEE"
PRINT "PARAMETRES ENREGISTRES"
-Those messages should contain accents (completé, caractère, accepté),
-and they just look wrong to someone who can read French.
+Those messages should contain accents (terminée, paramètre, enregistrés) and
+they just look wrong to someone who can read French.
In the 1980s, almost all personal computers were 8-bit, meaning that bytes could
hold values ranging from 0 to 255. ASCII codes only went up to 127, so some