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 22391d9 commit 4afb08cCopy full SHA for 4afb08c
1 file changed
library/asyncio-runner.po
@@ -57,7 +57,7 @@ msgid ""
57
"This function cannot be called when another asyncio event loop is running in "
58
"the same thread."
59
msgstr ""
60
-"這個函式不能被正在執行事件迴圈的同個執行緒呼叫。"
+"當另一個非同步事件迴圈在同一執行緒中執行時,無法呼叫此函式。"
61
62
#: ../../library/asyncio-runner.rst:36 ../../library/asyncio-runner.rst:83
63
msgid ""
@@ -76,7 +76,7 @@ msgid ""
76
"programs, and should ideally only be called once. It is recommended to use "
77
"*loop_factory* to configure the event loop instead of policies."
78
79
-"如果 *loop_factory* 不為 ``None``,它會被用於創建一個新的事件迴圈;"
+"如果 *loop_factory* 不為 ``None``,它會被用於建立一個新的事件迴圈;"
80
"否則會改用 :func:`asyncio.new_event_loop`。迴圈會在最後關閉。這個函式應該要作為"
81
"asyncio 程式的主要進入點,且理想上僅會被呼叫一次。推薦使用 *loop_factory* 來設定"
82
"事件迴圈時而不是使用政策。"
0 commit comments