File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"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 "
11
11
"PO-Revision-Date : 2018-05-23 16:08+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -166,7 +166,7 @@ msgid ""
166
166
msgstr ""
167
167
168
168
#: ../../library/queue.rst:141
169
- msgid "Equivalent to ``put(item, False)``."
169
+ msgid "Equivalent to ``put(item, block= False)``."
170
170
msgstr ""
171
171
172
172
#: ../../library/queue.rst:146
@@ -268,8 +268,8 @@ msgstr ""
268
268
269
269
#: ../../library/queue.rst:251
270
270
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`."
273
273
msgstr ""
274
274
275
275
#: ../../library/queue.rst:257
You can’t perform that action at this time.
0 commit comments