]> granicus.if.org Git - python/commitdiff
improve incorrect French (#23109)
authorBenjamin Peterson <benjamin@python.org>
Wed, 24 Dec 2014 19:58:05 +0000 (13:58 -0600)
committerBenjamin Peterson <benjamin@python.org>
Wed, 24 Dec 2014 19:58:05 +0000 (13:58 -0600)
Following suggestions from ClĂ©ment.

Doc/howto/unicode.rst

index 407a920b925715d93aa1535db6569b162cf31b85..8138a0995fc6eb5529a3e23d0d2f5d97189ef55a 100644 (file)
@@ -32,8 +32,8 @@ For a while people just wrote programs that didn't display accents.  I remember
 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.