learnxinyminutes-docs/ar-ar
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
..
html-ar.html.markdown Update html-ar.html.markdown 2017-04-12 13:59:14 -07:00
python-ar.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00