diff options
author | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 06:23:31 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 07:04:42 +0100 |
commit | ae848c481fabaca935ffbe33293a43a43434d268 (patch) | |
tree | 4414fee5e61bb20c0dc2744bcadf77686b109fc5 /el-gr | |
parent | 887cbee8af080034177734b528819491e73a7a16 (diff) |
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/' {} \;
```
Diffstat (limited to 'el-gr')
-rw-r--r-- | el-gr/python-gr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el-gr/python-gr.html.markdown b/el-gr/python-gr.html.markdown index d81f4012..203c6e78 100644 --- a/el-gr/python-gr.html.markdown +++ b/el-gr/python-gr.html.markdown @@ -8,7 +8,7 @@ contributors: - ["evuez", "http://github.com/evuez"] - ["Rommel Martinez", "https://ebzzry.io"] - ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"] -filename: learnpython3-gr.py +filename: learnpython-gr.py lang: el-gr --- |