diff options
| author | Benjamin Peterson <benjamin@python.org> | 2014-12-24 13:58:47 -0600 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2014-12-24 13:58:47 -0600 |
| commit | 724bdce8b8111563edb25ba6c277f3a48ec9e8de (patch) | |
| tree | acb980150e53f49448786bb15b6534219a8eec12 | |
| parent | 7a120ecdf4aedd6a8514edab01ff8de3930c977b (diff) | |
| parent | 643eb4464accf374f72029a5553c6f8700771f2c (diff) | |
| download | cpython-git-724bdce8b8111563edb25ba6c277f3a48ec9e8de.tar.gz | |
merge 3.4 (#23109)
| -rw-r--r-- | Doc/howto/unicode.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index aac2373c0e..9573540d4a 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. |
