]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 50bca5a0c5ab367465cf196af5a240c58f49a9a0..459be98a69453c95f9388a47c24f89ac395842d3 100644 (file)
@@ -32,8 +32,8 @@ For a while people just wrote programs that didn't display accents.
 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.