1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Python 2 'language': Python 2 (legacy)

Instead of listing 'language: python' for Python 2, use

    language: Python 2 (legacy)

```
find . -iname "*pythonlegacy*" -exec \
  sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
This commit is contained in:
Simon Shine
2020-02-12 05:09:13 +01:00
parent efe00fd06e
commit 95c8b24ebf
15 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
translators: translators:

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
translators: translators:

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
filename: learnpython-fr.py filename: learnpython-fr.py
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "https://aminb.org"] - ["Amin Bandali", "https://aminb.org"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
filename: learnpython-it.py filename: learnpython-it.py
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
category: language category: language
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,7 +1,7 @@
--- ---
name: python name: python
category: language category: language
language: python language: Python 2 (legacy)
filename: learnpython-pl.py filename: learnpython-pl.py
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
translators: translators:

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "https://aminb.org"] - ["Amin Bandali", "https://aminb.org"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
translators: translators:

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
lang: ru-ru lang: ru-ru
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
filename: learnpython-tr.py filename: learnpython-tr.py
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
lang: uk-ua lang: uk-ua
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
translators: translators:

View File

@@ -1,5 +1,5 @@
--- ---
language: python language: Python 2 (legacy)
contributors: contributors:
- ["Louie Dinh", "http://ldinh.ca"] - ["Louie Dinh", "http://ldinh.ca"]
- ["Amin Bandali", "http://aminbandali.com"] - ["Amin Bandali", "http://aminbandali.com"]