File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ msgstr "返回元素 *x* 在列表中出现的次数。"
114114msgid ""
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
120120msgid "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."
340340msgstr ""
341- "如你所见,元组在输出是总是被圆括号包围的 ,以便正确表示嵌套元组。输入时圆括号可有可无,不过经常会是必须的(如果这个元组是一个更大的表达式的一部分)。给元组中的一个单独的元素赋值是不允许的,当然你可以创建包含可变对象的元组,例如包含列表 。"
341+ "如你所见,元组在输出时总是被圆括号包围的 ,以便正确表示嵌套元组。输入时圆括号可有可无,不过经常会是必须的(如果这个元组是一个更大的表达式的一部分)。给元组中的一个单独的元素赋值是不允许的,当然你可以创建包含可变对象的元组,例如列表 。"
342342
343343#: ../../tutorial/datastructures.rst:401
344344msgid ""
You can’t perform that action at this time.
0 commit comments