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

Skip to content

Commit 8eb78ec

Browse files
committed
fix: translation
1 parent 092d998 commit 8eb78ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/asyncio-eventloop.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ msgid ""
633633
"*protocol_factory* must be a callable returning an :ref:`asyncio protocol "
634634
"<asyncio-protocol>` implementation."
635635
msgstr ""
636-
"*protocol_factory* 必須是一個可呼叫的函式,回傳 :ref:`asyncio protocol "
637-
"<asyncio-protocol>` 實作。"
636+
"*protocol_factory* 必須是一個回傳 :ref:`asyncio protocol "
637+
"<asyncio-protocol>` 實作的可呼叫函式。"
638638

639639
#: ../../library/asyncio-eventloop.rst:415
640640
msgid ""
@@ -886,7 +886,7 @@ msgid ""
886886
"used directly in async/await code."
887887
msgstr ""
888888
"函式 :func:`open_connection` 是高階的替代 API。它回傳一對(:class:"
889-
"`StreamReader`:class:`StreamWriter`)可直接在 async/await 程式碼中使用。"
889+
"`StreamReader`, :class:`StreamWriter`)可直接在 async/await 程式碼中使用。"
890890

891891
#: ../../library/asyncio-eventloop.rst:553
892892
msgid "Create a datagram connection."

0 commit comments

Comments
 (0)