Skip to content

Commit ecf82b7

Browse files
mattwang44josix
andcommitted
Apply suggestions from code review
Co-authored-by: Josix <wilson8507@gmail.com>
1 parent 2796362 commit ecf82b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/asyncio-api-index.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ msgstr "子行程 (Subprocesses)"
233233

234234
#: ../../library/asyncio-api-index.rst:108
235235
msgid "Utilities to spawn subprocesses and run shell commands."
236-
msgstr "用於生成子行程和執行 shell 指令的工具程式。"
236+
msgstr "用於衍生(spawn)子行程和執行 shell 指令的工具程式。"
237237

238238
#: ../../library/asyncio-api-index.rst:114
239239
msgid "``await`` :func:`create_subprocess_exec`"
@@ -361,15 +361,15 @@ msgstr ":class:`Semaphore`"
361361

362362
#: ../../library/asyncio-api-index.rst:184
363363
msgid "A semaphore."
364-
msgstr "一個訊號量物件。"
364+
msgstr "一個旗號 (semaphore) 物件。"
365365

366366
#: ../../library/asyncio-api-index.rst:186
367367
msgid ":class:`BoundedSemaphore`"
368368
msgstr ":class:`BoundedSemaphore`"
369369

370370
#: ../../library/asyncio-api-index.rst:187
371371
msgid "A bounded semaphore."
372-
msgstr "一個有界的訊號量物件。"
372+
msgstr "一個有界的旗號物件。"
373373

374374
#: ../../library/asyncio-api-index.rst:192
375375
msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."

0 commit comments

Comments
 (0)