Skip to content

Commit 4bc8929

Browse files
committed
update translation for asyncio policy system deprecation message
1 parent 7b01cb5 commit 4bc8929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ msgid ""
127127
"event loop if present else it will return the loop set by :func:"
128128
"`set_event_loop`."
129129
msgstr ""
130-
":mod:`!asyncio` 的系統政策已被棄用,並將於 Python 3.16 中移除;此後,此函式將返回當前執行中的事件"
131-
"迴圈(若存在),否則將返回由 :func:`set_event_loop` 設定的迴圈。"
130+
":mod:`!asyncio` 的政策系統已被棄用,並將於 Python 3.16 中移除;此後,此函式將回傳當前執行中的事件"
131+
"迴圈(若存在),否則將回傳由 :func:`set_event_loop` 設定的迴圈。"
132132

133133
#: ../../library/asyncio-eventloop.rst:74
134134
msgid "Set *loop* as the current event loop for the current OS thread."

0 commit comments

Comments
 (0)