File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99msgstr ""
1010"Project-Id-Version : Python 3.14\n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2026-03-13 17:06 +0000\n "
12+ "POT-Creation-Date : 2026-03-15 00:22 +0000\n "
1313"PO-Revision-Date : 2022-06-12 15:22+0800\n "
1414"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -2098,10 +2098,11 @@ msgid "Mutable sequence types also support the following methods:"
20982098msgstr "可變序列型別也支援以下方法:"
20992099
21002100#: ../../library/stdtypes.rst:1289
2101+ #, fuzzy
21012102msgid ""
2102- "Append *value* to the end of the sequence This is equivalent to writing "
2103+ "Append *value* to the end of the sequence. This is equivalent to writing "
21032104"``seq[len(seq):len(seq)] = [value]``."
2104- msgstr ""
2105+ msgstr "移除 *sequence* 中的所有項目,這和 ``del sequence[:]`` 相同。 "
21052106
21062107#: ../../library/stdtypes.rst:1301
21072108msgid ""
You can’t perform that action at this time.
0 commit comments