File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,8 @@ msgid ""
633
633
"*protocol_factory* must be a callable returning an :ref:`asyncio protocol "
634
634
"<asyncio-protocol>` implementation."
635
635
msgstr ""
636
- "*protocol_factory* 必須是一個可呼叫的函式,回傳 :ref:`asyncio protocol "
637
- "<asyncio-protocol>` 實作 。"
636
+ "*protocol_factory* 必須是一個回傳 :ref:`asyncio protocol "
637
+ "<asyncio-protocol>` 實作的可呼叫函式 。"
638
638
639
639
#: ../../library/asyncio-eventloop.rst:415
640
640
msgid ""
@@ -886,7 +886,7 @@ msgid ""
886
886
"used directly in async/await code."
887
887
msgstr ""
888
888
"函式 :func:`open_connection` 是高階的替代 API。它回傳一對(:class:"
889
- "`StreamReader`、 :class:`StreamWriter`)可直接在 async/await 程式碼中使用。"
889
+ "`StreamReader`, :class:`StreamWriter`)可直接在 async/await 程式碼中使用。"
890
890
891
891
#: ../../library/asyncio-eventloop.rst:553
892
892
msgid "Create a datagram connection."
You can’t perform that action at this time.
0 commit comments