[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23109)

benjamin.peterson python-checkins at python.org
Wed Dec 24 20:59:09 CET 2014


https://hg.python.org/cpython/rev/c5603b77df68
changeset:   93959:c5603b77df68
parent:      93956:edf4ea3cfe68
parent:      93958:2c87dd2d821e
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Dec 24 13:58:47 2014 -0600
summary:
  merge 3.4 (#23109)

files:
  Doc/howto/unicode.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -32,8 +32,8 @@
 In the mid-1980s an Apple II BASIC program written by a French speaker
 might have lines like these::
 
-   PRINT "FICHIER EST COMPLETE."
-   PRINT "CARACTERE NON ACCEPTE."
+   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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list