Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c49d4e

Browse filesBrowse files
committed
fix: tranlsate callback as 回呼
1 parent 863d647 commit 0c49d4e
Copy full SHA for 0c49d4e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎library/asyncio-eventloop.po

Copy file name to clipboardExpand all lines: library/asyncio-eventloop.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgid ""
3636
"The event loop is the core of every asyncio application. Event loops run asynchronous tasks "
3737
"and callbacks, perform network IO operations, and run subprocesses."
3838
msgstr ""
39-
"事件迴圈是每個 asyncio 應用程式的核心。事件迴圈執行非同步任務和回調,執行網路 IO 操作,並啟動"
39+
"事件迴圈是每個 asyncio 應用程式的核心。事件迴圈執行非同步任務和回呼,執行網路 IO 操作,並啟動"
4040
"子行程。"
4141

4242
#: ../../library/asyncio-eventloop.rst:21
@@ -219,7 +219,7 @@ msgid ""
219219
"will not run in this case; instead, they will run the next time :meth:`run_forever` or :meth:"
220220
"`run_until_complete` is called."
221221
msgstr ""
222-
"如果在 :meth:`run_forever` 運行時呼叫 :meth:`stop`,則迴圈將運行當前批次的回調函式,然後退"
222+
"如果在 :meth:`run_forever` 運行時呼叫 :meth:`stop`,則迴圈將運行當前批次的回呼函式,然後退"
223223
"出。請注意,由回呼函式計劃的新回呼在此情況下不會運行;而是在下次呼叫 :meth:`run_forever` 或 :"
224224
"meth:`run_until_complete` 時運行。"
225225

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.