Skip to content

Commit

Permalink
Python 3: Use 'filename: learnpython*.py' (no '3')
Browse files Browse the repository at this point in the history
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/' {} \;
```
  • Loading branch information
sshine committed Feb 12, 2020
1 parent 887cbee commit ae848c4
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ar-ar/python-ar.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contributors:
translators:
- ["Ahmad Hegazy", "https://github.com/ahegazy"]
lang: ar-ar
filename: learnpython3-ar.py
filename: learnpython-ar.py
---

لقد أُنشئت لغة البايثون بواسطة جايدو ڤان روسم في بداية التسعينات. هي الأن أحد أشهر اللغات الموجودة.
Expand Down
2 changes: 1 addition & 1 deletion de-de/python-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contributors:
translators:
- ["kultprok", "http:/www.kulturproktologie.de"]
- ["matthiaskern", "https://github.com/matthiaskern"]
filename: learnpython3-de.py
filename: learnpython-de.py
lang: de-de
---

Expand Down
2 changes: 1 addition & 1 deletion el-gr/python-gr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion es-es/python-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contributors:
translators:
- ["Camilo Garrido", "http://twitter.com/hirohope"]
lang: es-es
filename: learnpython3-es.py
filename: learnpython-es.py
---

Python fue creado por Guido Van Rossum en el principio de los 90'. Ahora es uno
Expand Down
2 changes: 1 addition & 1 deletion fr-fr/python-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributors:
translators:
- ["Gnomino", "https://github.com/Gnomino"]
- ["Julien M'Poy", "http://github.com/groovytron"]
filename: learnpython3-fr.py
filename: learnpython-fr.py
lang: fr-fr
---

Expand Down
2 changes: 1 addition & 1 deletion it-it/python-it.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
language: Python
filename: learnpython3-it.py
filename: learnpython-it.py
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]
Expand Down
2 changes: 1 addition & 1 deletion ja-jp/python-jp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contributors:
translators:
- ["kakakaya", "https://github.com/kakakaya"]
- ["Ryota Kayanuma", "https://github.com/PicoSushi"]
filename: learnpython3-jp.py
filename: learnpython-jp.py
lang: ja-jp
---

Expand Down
2 changes: 1 addition & 1 deletion pt-br/python-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ translators:
- ["Paulo Henrique Rodrigues Pinheiro", "http://www.sysincloud.it"]
- ["Monique Baptista", "https://github.com/bfmonique"]
lang: pt-br
filename: learnpython3-pt.py
filename: learnpython-pt.py
---

Python foi criada por Guido Van Rossum nos anos 1990. Ela é atualmente uma
Expand Down
2 changes: 1 addition & 1 deletion python.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contributors:
- ["Rommel Martinez", "https://ebzzry.io"]
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
- ["caminsha", "https://github.com/caminsha"]
filename: learnpython3.py
filename: learnpython.py
---

Python was created by Guido van Rossum in the early 90s. It is now one of the most popular
Expand Down
2 changes: 1 addition & 1 deletion ru-ru/python-ru.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contributors:
- ["Steven Basart", "http://github.com/xksteven"]
translators:
- ["Andre Polykanine", "https://github.com/Oire"]
filename: learnpython3-ru.py
filename: learnpython-ru.py
---

Язык Python был создан Гвидо ван Россумом в начале 90-х. Сейчас это один из
Expand Down
2 changes: 1 addition & 1 deletion tr-tr/python-tr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributors:
translators:
- ["Eray AYDIN", "http://erayaydin.me/"]
lang: tr-tr
filename: learnpython3-tr.py
filename: learnpython-tr.py
---

Python,90ların başlarında Guido Van Rossum tarafından oluşturulmuştur. En popüler olan dillerden biridir. Beni Python'a aşık eden sebep onun syntax beraklığı. Çok basit bir çalıştırılabilir söz koddur.
Expand Down
2 changes: 1 addition & 1 deletion vi-vn/python-vi.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
language: Python
filename: learnpython3-vi.py
filename: learnpython-vi.py
contributors:
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
- ["Steven Basart", "http://github.com/xksteven"]
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/python-cn.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down

0 comments on commit ae848c4

Please sign in to comment.