Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f162f75

Browse files
[po] auto sync
1 parent 99eb6ba commit f162f75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorial/datastructures.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgstr "数据结构"
3636
msgid ""
3737
"This chapter describes some things you've learned about already in more "
3838
"detail, and adds some new things as well."
39-
msgstr "本章将深入讲解前面已经学过的内容,同时,还增加了一些新的知识点。"
39+
msgstr "本章深入讲解之前学过的内容,同时,还增加了一些新的知识点。"
4040

4141
#: ../../tutorial/datastructures.rst:13
4242
msgid "More on Lists"
@@ -88,7 +88,7 @@ msgstr ""
8888

8989
#: ../../tutorial/datastructures.rst:60
9090
msgid "Remove all items from the list. Equivalent to ``del a[:]``."
91-
msgstr "删除所有列表元素。相当于 ``del a[:]`` 。"
91+
msgstr "删除列表里的所有元素,相当于 ``del a[:]`` 。"
9292

9393
#: ../../tutorial/datastructures.rst:66
9494
msgid ""
@@ -417,8 +417,8 @@ msgid ""
417417
"creates an empty dictionary, a data structure that we discuss in the next "
418418
"section."
419419
msgstr ""
420-
"花括号或 :func:`set` 函数可以用来创建集合。注意:要创建一个空集合你只能用 ``set()`` 而不能用 "
421-
"``{}``,因为后者是创建一个空字典,这种数据结构我们会在下一节进行讨论。"
420+
"创建集合用花括号或 :func:`set` 函数。注意,创建空集合只能用 ``set()``,不能用 "
421+
"``{}``,后者创建的是空字典,下一小节介绍字典这种数据结构。"
422422

423423
#: ../../tutorial/datastructures.rst:458
424424
msgid "Here is a brief demonstration::"

0 commit comments

Comments
 (0)