diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:39:43 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:39:43 -0500 |
commit | 0af2e565df0709f6355f7d33efe9af4f747f0f83 (patch) | |
tree | bd000b3665e3d465bdf6ebf649f036c2e26206cc /fr-fr/python-fr.html.markdown | |
parent | ab95776a151575045650e4f8b700a4d6e074c411 (diff) | |
parent | 00624c1a9ba385ce960e248622621f5042d5a6d9 (diff) |
Merge pull request #1365 from volnt/patch-1
[python/fr] Fix typo in french python doc
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 5a03ecfc..3f6dcabb 100644 --- a/fr-fr/python-fr.html.markdown +++ b/fr-fr/python-fr.html.markdown @@ -19,7 +19,7 @@ Vous pourrez bientôt trouver un article pour Python 3 en Français. Pour le mom ```python # Une ligne simple de commentaire commence par un dièse -""" Les lignes de commenatires multipes peuvent être écrites +""" Les lignes de commentaires multipes peuvent être écrites en utilisant 3 guillemets ("), et sont souvent utilisées pour les commentaires """ |