File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ msgstr "子行程 (Subprocesses)"
233
233
234
234
#: ../../library/asyncio-api-index.rst:108
235
235
msgid "Utilities to spawn subprocesses and run shell commands."
236
- msgstr "用於生成子行程和執行 shell 指令的工具程式。"
236
+ msgstr "用於衍生(spawn)子行程和執行 shell 指令的工具程式。"
237
237
238
238
#: ../../library/asyncio-api-index.rst:114
239
239
msgid "``await`` :func:`create_subprocess_exec`"
@@ -361,15 +361,15 @@ msgstr ":class:`Semaphore`"
361
361
362
362
#: ../../library/asyncio-api-index.rst:184
363
363
msgid "A semaphore."
364
- msgstr "一個訊號量物件 。"
364
+ msgstr "一個旗號 (semaphore) 物件 。"
365
365
366
366
#: ../../library/asyncio-api-index.rst:186
367
367
msgid ":class:`BoundedSemaphore`"
368
368
msgstr ":class:`BoundedSemaphore`"
369
369
370
370
#: ../../library/asyncio-api-index.rst:187
371
371
msgid "A bounded semaphore."
372
- msgstr "一個有界的訊號量物件 。"
372
+ msgstr "一個有界的旗號物件 。"
373
373
374
374
#: ../../library/asyncio-api-index.rst:192
375
375
msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
You can’t perform that action at this time.
0 commit comments