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

Skip to content

Commit 18f5b78

Browse files
committed
[po] auto sync bot
1 parent a9dc960 commit 18f5b78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/datastructures.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ msgid ""
407407
"creates an empty dictionary, a data structure that we discuss in the next "
408408
"section."
409409
msgstr ""
410-
"花括号或者 ;func:`set` 方法可以用来创建集合。注意:如果要创建空集合,则只能用 ``set()``,不能用 "
411-
"``{}``,因为后者创建的是空字典,这是我们下一节会讨论的数据结构。"
410+
"花括号或 :func:`set` 函数可以用来创建集合。注意:要创建一个空集合你只能用 ``set()`` 而不能用 "
411+
"``{}``,因为后者是创建一个空字典,这种数据结构我们会在下一节进行讨论。"
412412

413413
#: ../../tutorial/datastructures.rst:451
414414
msgid "Here is a brief demonstration::"

0 commit comments

Comments
 (0)