File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ msgid ""
36
36
"The event loop is the core of every asyncio application. Event loops run asynchronous tasks "
37
37
"and callbacks, perform network IO operations, and run subprocesses."
38
38
msgstr ""
39
- "事件迴圈是每個 asyncio 應用程式的核心。事件迴圈執行非同步任務和回調 ,執行網路 IO 操作,並啟動"
39
+ "事件迴圈是每個 asyncio 應用程式的核心。事件迴圈執行非同步任務和回呼 ,執行網路 IO 操作,並啟動"
40
40
"子行程。"
41
41
42
42
#: ../../library/asyncio-eventloop.rst:21
@@ -219,7 +219,7 @@ msgid ""
219
219
"will not run in this case; instead, they will run the next time :meth:`run_forever` or :meth:"
220
220
"`run_until_complete` is called."
221
221
msgstr ""
222
- "如果在 :meth:`run_forever` 運行時呼叫 :meth:`stop`,則迴圈將運行當前批次的回調函式 ,然後退"
222
+ "如果在 :meth:`run_forever` 運行時呼叫 :meth:`stop`,則迴圈將運行當前批次的回呼函式 ,然後退"
223
223
"出。請注意,由回呼函式計劃的新回呼在此情況下不會運行;而是在下次呼叫 :meth:`run_forever` 或 :"
224
224
"meth:`run_until_complete` 時運行。"
225
225
You can’t perform that action at this time.
0 commit comments