[Python-checkins] cpython (2.7): improve incorrect French (#23109)

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


https://hg.python.org/cpython/rev/55462210ba2d
changeset:   93957:55462210ba2d
branch:      2.7
parent:      93951:9f60d024e586
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Dec 24 13:58:05 2014 -0600
summary:
  improve incorrect French (#23109)

Following suggestions from Clément.

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 @@
 looking at Apple ][ BASIC programs, published in French-language publications in
 the mid-1980s, that had lines like these::
 
-   PRINT "FICHIER EST COMPLETE."
-   PRINT "CARACTERE NON ACCEPTE."
+   PRINT "MISE A JOUR TERMINEE"
+   PRINT "PARAMETRES ENREGISTRES"
 
 Those messages should contain accents, 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