We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f68e0c commit 097ccccCopy full SHA for 097cccc
2 files changed
library/dis.po
@@ -7,7 +7,7 @@ msgid ""
7
msgstr ""
8
"Project-Id-Version: Python 3.14\n"
9
"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2025-11-10 00:16+0000\n"
+"POT-Creation-Date: 2026-01-08 00:16+0000\n"
11
"PO-Revision-Date: 2018-07-27 16:55+0800\n"
12
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
13
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -884,11 +884,12 @@ msgstr ""
884
"STACK.append(container[start:end])"
885
886
#: ../../library/dis.rst:768
887
+#, fuzzy
888
msgid ""
889
"end = STACK.pop()\n"
890
"start = STACK.pop()\n"
891
"container = STACK.pop()\n"
-"values = STACK.pop()\n"
892
+"value = STACK.pop()\n"
893
"container[start:end] = value"
894
895
0 commit comments