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:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
language: python
|
||||
language: Python 2 (legacy)
|
||||
filename: learnpython-fr.py
|
||||
contributors:
|
||||
- ["Louie Dinh", "http://ldinh.ca"]
|
||||
|
Reference in New Issue
Block a user