Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc960 commit 18f5b78Copy full SHA for 18f5b78
1 file changed
tutorial/datastructures.po
@@ -407,8 +407,8 @@ msgid ""
407
"creates an empty dictionary, a data structure that we discuss in the next "
408
"section."
409
msgstr ""
410
-"花括号或者 ;func:`set` 方法可以用来创建集合。注意:如果要创建空集合,则只能用 ``set()``,不能用 "
411
-"``{}``,因为后者创建的是空字典,这是我们下一节会讨论的数据结构。"
+"花括号或 :func:`set` 函数可以用来创建集合。注意:要创建一个空集合你只能用 ``set()`` 而不能用 "
+"``{}``,因为后者是创建一个空字典,这种数据结构我们会在下一节进行讨论。"
412
413
#: ../../tutorial/datastructures.rst:451
414
msgid "Here is a brief demonstration::"
0 commit comments