diff options
author | Arnaud <arnaud333@gmail.com> | 2014-04-15 16:15:07 +0200 |
---|---|---|
committer | Arnaud <arnaud333@gmail.com> | 2014-04-15 16:15:07 +0200 |
commit | be55775d5a7b278048b08474e42aa9703bf3905b (patch) | |
tree | 377343a5e022bff0d3307d3bd2f44d5b56ef5123 /fr-fr/python-fr.html.markdown | |
parent | 1afd1ac857b3da096a599bb1609634053a5e2e7e (diff) |
Escaped a quote
Diffstat (limited to 'fr-fr/python-fr.html.markdown')
-rw-r--r-- | fr-fr/python-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/python-fr.html.markdown b/fr-fr/python-fr.html.markdown index 9dbdafe1..58a036ba 100644 --- a/fr-fr/python-fr.html.markdown +++ b/fr-fr/python-fr.html.markdown @@ -75,7 +75,7 @@ not False #=> True # Les chaînes de caractères sont créées avec " ou ' "C'est une chaîne." -'C'est aussi une chaîne.' +'C\'est aussi une chaîne.' # On peut aussi les "additioner" ! "Hello " + "world!" #=> "Hello world!" |