summaryrefslogtreecommitdiffhomepage
path: root/el-gr
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 /el-gr
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 'el-gr')
-rw-r--r--el-gr/python-gr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/el-gr/python-gr.html.markdown b/el-gr/python-gr.html.markdown
index 2ae9cc75..d81f4012 100644
--- a/el-gr/python-gr.html.markdown
+++ b/el-gr/python-gr.html.markdown
@@ -1,5 +1,5 @@
---
-language: python3
+language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]