summaryrefslogtreecommitdiffhomepage
path: root/ru-ru
diff options
context:
space:
mode:
authorChashmeet Singh <chashmeetsingh@gmail.com>2015-10-06 05:38:40 +0530
committerChashmeet Singh <chashmeetsingh@gmail.com>2015-10-06 05:38:40 +0530
commitc7c9ea674dbe3af1e2e1c09cffb36a40c6553e80 (patch)
tree5ee40ca080fdced49876e801dbaf3fa52b2a9169 /ru-ru
parente1abb317dd2526a7352b59c20f9cd37c1a369f55 (diff)
Update python-ru.html.markdown
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 699d1393..3852a550 100644
--- a/ru-ru/python-ru.html.markdown
+++ b/ru-ru/python-ru.html.markdown
@@ -167,7 +167,7 @@ li = []
# Можно сразу начать с заполненного списка
other_li = [4, 5, 6]
-#Строка в список
+# строка разделена в список
a="adambard"
list(a) #=> ['a','d','a','m','b','a','r','d']