diff options
author | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 05:15:29 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 07:04:42 +0100 |
commit | 8f5fac98958098864b86e2a09d8131d6dafaaddd (patch) | |
tree | 561516a97e6df2f3abb27f13dd6c3e5585e03c9a /ar-ar | |
parent | 95c8b24ebf8b8e0ed02923787a9f793bdf295200 (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 'ar-ar')
-rw-r--r-- | ar-ar/python-ar.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar-ar/python-ar.html.markdown b/ar-ar/python-ar.html.markdown index 1b75b596..8aa8dd37 100644 --- a/ar-ar/python-ar.html.markdown +++ b/ar-ar/python-ar.html.markdown @@ -1,5 +1,5 @@ --- -language: python3 +language: Python contributors: - ["Louie Dinh", "http://pythonpracticeprojects.com"] - ["Steven Basart", "http://github.com/xksteven"] |