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/' {} \;
```
This commit is contained in:
Simon Shine 2020-02-12 05:15:29 +01:00
parent 95c8b24ebf
commit 8f5fac9895
12 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://ldinh.ca"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
translators:

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
filename: learnpython3-it.py
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
lang: ru-ru
contributors:
- ["Louie Dinh", "http://ldinh.ca"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
filename: learnpython3-vi.py
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]

View File

@ -1,5 +1,5 @@
---
language: python3
language: Python
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]