mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-26 06:19:01 +02:00
Python 3: Use 'filename: learnpython*.py' (no '3')
Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ```
This commit is contained in:
@@ -6,7 +6,7 @@ contributors:
|
||||
- ["Andre Polykanine", "https://github.com/Oire"]
|
||||
translators:
|
||||
- ["Geoff Liu", "http://geoffliu.me"]
|
||||
filename: learnpython3-cn.py
|
||||
filename: learnpython-cn.py
|
||||
lang: zh-cn
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user