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 7b10787 commit f8af9b2Copy full SHA for f8af9b2
library/queue.po
@@ -11,7 +11,7 @@ msgstr ""
11
"Project-Id-Version: Python 3.10\n"
12
"Report-Msgid-Bugs-To: \n"
13
"POT-Creation-Date: 2022-04-15 00:13+0000\n"
14
-"PO-Revision-Date: 2022-09-26 23:05+0800\n"
+"PO-Revision-Date: 2022-09-27 00:12+0800\n"
15
"Last-Translator: Allen Wu <[email protected]>\n"
16
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
17
"tw)\n"
@@ -89,7 +89,7 @@ msgid ""
89
msgstr ""
90
":abbr:`FIFO (first-in, first-out)` 佇列的建構子 (constructor)。*maxsize* 是一"
91
"個整數,用於設置佇列中可放置的項目數的上限。一旦達到此大小,插入將會阻塞,直"
92
-"到佇列中的項目被消耗完。如果 *maxsize* 小於或等於零,則佇列大小為無限。"
+"到佇列中的項目被消耗。如果 *maxsize* 小於或等於零,則佇列大小為無限。"
93
94
#: ../../library/queue.rst:45
95
msgid ""
0 commit comments