Skip to content

Commit 4afb08c

Browse files
committed
fix: Fix incorrect translation
1 parent 22391d9 commit 4afb08c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/asyncio-runner.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ msgid ""
5757
"This function cannot be called when another asyncio event loop is running in "
5858
"the same thread."
5959
msgstr ""
60-
"這個函式不能被正在執行事件迴圈的同個執行緒呼叫。"
60+
"當另一個非同步事件迴圈在同一執行緒中執行時,無法呼叫此函式。"
6161

6262
#: ../../library/asyncio-runner.rst:36 ../../library/asyncio-runner.rst:83
6363
msgid ""
@@ -76,7 +76,7 @@ msgid ""
7676
"programs, and should ideally only be called once. It is recommended to use "
7777
"*loop_factory* to configure the event loop instead of policies."
7878
msgstr ""
79-
"如果 *loop_factory* 不為 ``None``,它會被用於創建一個新的事件迴圈;"
79+
"如果 *loop_factory* 不為 ``None``,它會被用於建立一個新的事件迴圈;"
8080
"否則會改用 :func:`asyncio.new_event_loop`。迴圈會在最後關閉。這個函式應該要作為"
8181
"asyncio 程式的主要進入點,且理想上僅會被呼叫一次。推薦使用 *loop_factory* 來設定"
8282
"事件迴圈時而不是使用政策。"

0 commit comments

Comments
 (0)