learnxinyminutes-docs/el-gr
Simon Shine ae848c481f 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/' {} \;
```
2020-02-12 07:04:42 +01:00
..
bash-gr.html.markdown [bash/gr] Translate Bash to greek (#3595) 2019-08-10 23:26:02 +05:30
css-gr.html.markdown Improved the translation a little bit (#2511) 2016-10-26 10:20:03 +02:00
html-gr.html.markdown [html/gr] Add greek translation for the HTML language (#3588) 2019-08-03 23:55:27 +05:30
java-gr.html.markdown [java/el] Modified a sentence in the Greek java documentation (#2510) 2016-10-26 10:19:48 +02:00
json-gr.html.markdown Update json-gr.html.markdown 2018-11-17 10:21:39 +02:00
python-gr.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00
racket-gr.html.markdown Update racket-gr.html.markdown 2015-10-17 18:22:55 +03:00
scala-gr.html.markdown Update scala-gr.html.markdown 2015-10-18 00:02:18 +03:00