From: Benjamin Peterson Date: Wed, 24 Dec 2014 19:58:05 +0000 (-0600) Subject: improve incorrect French (#23109) X-Git-Tag: v3.4.3rc1~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=643eb4464accf374f72029a5553c6f8700771f2c;p=thirdparty%2FPython%2Fcpython.git improve incorrect French (#23109) Following suggestions from Clément. --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 50bca5a0c5ab..459be98a6945 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -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.