Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3aa6c4a

Browse files
committed
[po] auto sync bot
1 parent 20dbe27 commit 3aa6c4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library/asyncio-eventloop.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ msgstr "**源码:** :source:`Lib/asyncio/events.py`"
3030
msgid ""
3131
"The event loop is the central execution device provided by :mod:`asyncio`. "
3232
"It provides multiple facilities, including:"
33-
msgstr "事件循环是的核心调度器,由:mod:`asyncio` 提供。它提供了多种设施,包括:"
33+
msgstr "事件循环是的核心调度器,由 :mod:`asyncio` 提供。它提供了多种设施,包括:"
3434

3535
#: ../../library/asyncio-eventloop.rst:13
3636
msgid "Registering, executing and cancelling delayed calls (timeouts)."
@@ -40,7 +40,7 @@ msgstr "注册,执行和取消(超时)需要延后执行的Future/Callback。"
4040
msgid ""
4141
"Creating client and server :ref:`transports <asyncio-transport>` for various"
4242
" kinds of communication."
43-
msgstr "关于创建各种类型的客户端和服务端,参见 :ref:`transports`的文档。"
43+
msgstr "关于创建各种类型的客户端和服务端,参见 :ref:`transports`<asyncio-transport>的文档。"
4444

4545
#: ../../library/asyncio-eventloop.rst:18
4646
msgid ""
@@ -61,8 +61,8 @@ msgid ""
6161
"subclassed by third-party code; the internal interface is not stable."
6262
msgstr ""
6363
"这个类是一个实现类。它是 :class:`AbstractEventLoop`的一个子类,也可能是 "
64-
":mod:`asyncio`中某个具体事件循环实现的基类。它不能被直接使用;使用 :class:`AbstractEventLoop` 代替。不要将 "
65-
"``BaseEventLoop`` 作为父类使用;它内部的接口还不稳定。"
64+
":mod:`asyncio`中某个具体事件循环实现的基类。它不能被直接使用;使用 :class:`AbstractEventLoop` 代替。 "
65+
"``BaseEventLoop`` 不应由第三方直接作为基类使用;它内部的接口还不稳定。"
6666

6767
#: ../../library/asyncio-eventloop.rst:34
6868
msgid "Abstract base class of event loops."

0 commit comments

Comments
 (0)