diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-29 21:38:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-29 21:38:14 (GMT) |
commit | fc5a8543ce4f11c9ef39ce59ca433e473df74179 (patch) | |
tree | 877b1f0671a7bd02b9c6b7490e1d55c837a48d36 /Doc | |
parent | 03824e45f67715b58eb03397c6a58aaaecf637fb (diff) | |
download | cpython-fc5a8543ce4f11c9ef39ce59ca433e473df74179.zip cpython-fc5a8543ce4f11c9ef39ce59ca433e473df74179.tar.gz cpython-fc5a8543ce4f11c9ef39ce59ca433e473df74179.tar.bz2 |
fix French
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 561ce29..d5dec63 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -30,7 +30,7 @@ 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 "FICHER EST COMPLETE." + PRINT "FICHIER EST COMPLETE." PRINT "CARACTERE NON ACCEPTE." Those messages should contain accents, and they just look wrong to someone who |