diff options
author | Adam <adam@adambard.com> | 2013-09-08 22:52:09 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-09-08 22:52:09 -0700 |
commit | b28900b889c27f8500a44d9f9bcad5244f1f79bd (patch) | |
tree | 5b152b42083b8691c189db55a0af8ab0e871330f /fr-fr/python-fr.html.markdown | |
parent | 3cf89d514689ca8610c30171424b2ce1908c0465 (diff) |
Fixed up so it builds
Diffstat (limited to 'fr-fr/python-fr.html.markdown')
-rw-r--r-- | fr-fr/python-fr.html.markdown | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fr-fr/python-fr.html.markdown b/fr-fr/python-fr.html.markdown index f9b98d41..2bf0afd0 100644 --- a/fr-fr/python-fr.html.markdown +++ b/fr-fr/python-fr.html.markdown @@ -1,10 +1,12 @@ --- -langage: python +language: python +filename: learnpython-fr.py contributors: - - ["Louie Dinh", "http://ldinh.ca"] + - ["Louie Dinh", "http://ldinh.ca"] translators: - ["Sylvain Zyssman", "https://github.com/sylzys"] -filename: learnpython-fr.py + - ["Nami-Doc", "https://github.com/Nami-Doc"] +lang: fr-fr --- Python a été créé par Guido Van Rossum au début des années 90. C'est maintenant un des langages de programmation les plus populaires. |