8000 sync with cpython 35fef271 · python/python-docs-zh-tw@cd4f10c · GitHub
[go: up one dir, main page]

Skip to content

Commit cd4f10c

Browse files
sync with cpython 35fef271
1 parent 8cd782f commit cd4f10c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/queue.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-03-11 00:14+0000\n"
10+
"POT-Creation-Date: 2022-04-15 00:13+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:08+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -166,7 +166,7 @@ msgid ""
166166
msgstr ""
167167

168168
#: ../../library/queue.rst:141
169-
msgid "Equivalent to ``put(item, False)``."
169+
msgid "Equivalent to ``put(item, block=False)``."
170170
msgstr ""
171171

172172
#: ../../library/queue.rst:146
@@ -268,8 +268,8 @@ msgstr ""
268268

269269
#: ../../library/queue.rst:251
270270
msgid ""
271-
"Equivalent to ``put(item)``, provided for compatibility with :meth:`Queue."
272-
"put_nowait`."
271+
"Equivalent to ``put(item, block=False)``, provided for compatibility with :"
272+
"meth:`Queue.put_nowait`."
273273
msgstr ""
274274

275275
#: ../../library/queue.rst:257

0 commit comments

Comments
 (0)
0