File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ msgstr "数据结构"
3636msgid ""
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
4242msgid "More on Lists"
@@ -88,7 +88,7 @@ msgstr ""
8888
8989#: ../../tutorial/datastructures.rst:60
9090msgid "Remove all items from the list. Equivalent to ``del a[:]``."
91- msgstr "删除所有列表元素。 相当于 ``del a[:]`` 。"
91+ msgstr "删除列表里的所有元素, 相当于 ``del a[:]`` 。"
9292
9393#: ../../tutorial/datastructures.rst:66
9494msgid ""
@@ -417,8 +417,8 @@ msgid ""
417417"creates an empty dictionary, a data structure that we discuss in the next "
418418"section."
419419msgstr ""
420- "花括号或 :func:`set` 函数可以用来创建集合 。注意:要创建一个空集合你只能用 ``set()`` 而不能用 "
421- "``{}``,因为后者是创建一个空字典,这种数据结构我们会在下一节进行讨论 。"
420+ "创建集合用花括号或 :func:`set` 函数 。注意,创建空集合只能用 ``set()``,不能用 "
421+ "``{}``,后者创建的是空字典,下一小节介绍字典这种数据结构 。"
422422
423423#: ../../tutorial/datastructures.rst:458
424424msgid "Here is a brief demonstration::"
You can’t perform that action at this time.
0 commit comments