1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-03 11:43:12 +02:00

Change 'filename:' for Python 2 (legacy)

Before renaming, all Python 2 filenames were 'learnpython-*.py'.

This commit renames them to 'learnpythonlegacy-*.py'.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;

find . -name "pythonlegacy*.markdown" -exec \
  sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
This commit is contained in:
Simon Shine
2020-02-12 05:50:44 +01:00
parent 8f5fac9895
commit 887cbee8af
15 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ contributors:
- ["habi", "http://github.com/habi"]
translators:
- ["Oleh Hromiak", "https://github.com/ogroleg"]
filename: learnpython-ua.py
filename: learnpythonlegacy-ua.py
---
Мову Python створив Гвідо ван Россум на початку 90-х. Наразі це одна з