learnxinyminutes-docs/tr-tr
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
..
bf-tr.html.markdown
c-tr.html.markdown [c/tr] Fix book link 2019-10-08 21:28:45 -03:00
c++-tr.html.markdown
clojure-tr.html.markdown [Clojure/tr-tr] Fix on Contributors field. (#3608) 2019-08-20 12:15:22 +05:30
csharp-tr.html.markdown
css-tr.html.markdown
dynamic-programming-tr.html.markdown
edn-tr.html.markdown [Edn/tr-tr] (#3607) 2019-08-21 12:04:19 +05:30
fsharp-tr.html.markdown
git-tr.html.markdown
html-tr.html.markdown Fix typo in fix for #3461 2019-02-05 09:28:48 +05:30
kotlin-tr.html.markdown
markdown-tr.html.markdown
objective-c-tr.html.markdown
php-tr.html.markdown
python-tr.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00
pythonlegacy-tr.html.markdown Change 'filename:' for Python 2 (legacy) 2020-02-12 07:04:42 +01:00
sql-tr.html.markdown Sql file added for Turkish 2019-08-17 16:06:03 +03:00
swift-tr.html.markdown
typescript-tr.html.markdown