File tree Expand file tree Collapse file tree 2 files changed +1024
-1009
lines changed
Expand file tree Collapse file tree 2 files changed +1024
-1009
lines changed Original file line number Diff line number Diff line change 77msgstr ""
88"Project-Id-Version : Python 3.14\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2025-11-10 00:16+0000\n "
10+ "POT-Creation-Date : 2026-01-08 00:16+0000\n "
1111"PO-Revision-Date : 2018-07-27 16:55+0800\n "
1212"
Last-Translator :
Adrian Liaw <[email protected] >\n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -884,11 +884,12 @@ msgstr ""
884884"STACK.append(container[start:end])"
885885
886886#: ../../library/dis.rst:768
887+ #, fuzzy
887888msgid ""
888889"end = STACK.pop()\n"
889890"start = STACK.pop()\n"
890891"container = STACK.pop()\n"
891- "values = STACK.pop()\n"
892+ "value = STACK.pop()\n"
892893"container[start:end] = value"
893894msgstr ""
894895"end = STACK.pop()\n"
You can’t perform that action at this time.
0 commit comments