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

Skip to content

Commit 511cc4e

Browse files
committed
[po] auto sync bot
1 parent 6be4632 commit 511cc4e

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
@@ -114,7 +114,7 @@ msgstr "返回元素 *x* 在列表中出现的次数。"
114114
msgid ""
115115
"Sort the items of the list in place (the arguments can be used for sort "
116116
"customization, see :func:`sorted` for their explanation)."
117-
msgstr "对列表中的元素进行排序(参数可用于自定义排序,详情请参阅 :func:`sorted` )。"
117+
msgstr "对列表中的元素进行排序(参数可用于自定义排序,解释请参见 :func:`sorted`)。"
118118

119119
#: ../../tutorial/datastructures.rst:91
120120
msgid "Reverse the elements of the list in place."
@@ -338,7 +338,7 @@ msgid ""
338338
" the individual items of a tuple, however it is possible to create tuples "
339339
"which contain mutable objects, such as lists."
340340
msgstr ""
341-
"如你所见,元组在输出是总是被圆括号包围的,以便正确表示嵌套元组。输入时圆括号可有可无,不过经常会是必须的(如果这个元组是一个更大的表达式的一部分)。给元组中的一个单独的元素赋值是不允许的,当然你可以创建包含可变对象的元组,例如包含列表。"
341+
"如你所见,元组在输出时总是被圆括号包围的,以便正确表示嵌套元组。输入时圆括号可有可无,不过经常会是必须的(如果这个元组是一个更大的表达式的一部分)。给元组中的一个单独的元素赋值是不允许的,当然你可以创建包含可变对象的元组,例如列表。"
342342

343343
#: ../../tutorial/datastructures.rst:401
344344
msgid ""

0 commit comments

Comments
 (0)