summaryrefslogtreecommitdiffhomepage
path: root/ru-ru
diff options
context:
space:
mode:
authorSimon Shine <shreddedglory@gmail.com>2020-02-12 06:23:31 +0100
committerSimon Shine <shreddedglory@gmail.com>2020-02-12 07:04:42 +0100
commitae848c481fabaca935ffbe33293a43a43434d268 (patch)
tree4414fee5e61bb20c0dc2744bcadf77686b109fc5 /ru-ru
parent887cbee8af080034177734b528819491e73a7a16 (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 'ru-ru')
-rw-r--r--ru-ru/python-ru.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/python-ru.html.markdown b/ru-ru/python-ru.html.markdown
index 179f339f..b2c00baf 100644
--- a/ru-ru/python-ru.html.markdown
+++ b/ru-ru/python-ru.html.markdown
@@ -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-х. Сейчас это один из