diff options
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!" | 
