Skip to content

Commit 097cccc

Browse files
sync with cpython 9ab5a24d
1 parent 5f68e0c commit 097cccc

File tree

2 files changed

+1024
-1009
lines changed

2 files changed

+1024
-1009
lines changed

library/dis.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
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
887888
msgid ""
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"
893894
msgstr ""
894895
"end = STACK.pop()\n"

0 commit comments

Comments
 (0)