summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorSimon Shine <shreddedglory@gmail.com>2020-02-12 05:15:29 +0100
committerSimon Shine <shreddedglory@gmail.com>2020-02-12 07:04:42 +0100
commit8f5fac98958098864b86e2a09d8131d6dafaaddd (patch)
tree561516a97e6df2f3abb27f13dd6c3e5585e03c9a /fr-fr
parent95c8b24ebf8b8e0ed02923787a9f793bdf295200 (diff)
Python 3: 'language: Python'
Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ```
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/python-fr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/python-fr.html.markdown b/fr-fr/python-fr.html.markdown
index 7112cd90..3dbec414 100644
--- a/fr-fr/python-fr.html.markdown
+++ b/fr-fr/python-fr.html.markdown
@@ -1,5 +1,5 @@
---
-language: python3
+language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]