1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +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)
filename: learnpython-fr.py
contributors:
- ["Louie Dinh", "http://ldinh.ca"]