Skip to content

Commit

Permalink
fix: translation
Browse files Browse the repository at this point in the history
  • Loading branch information
xchux committed Apr 14, 2024
1 parent 092d998 commit 8eb78ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/asyncio-eventloop.po
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ msgid ""
"*protocol_factory* must be a callable returning an :ref:`asyncio protocol "
"<asyncio-protocol>` implementation."
msgstr ""
"*protocol_factory* 必須是一個可呼叫的函式,回傳 :ref:`asyncio protocol "
"<asyncio-protocol>` 實作。"
"*protocol_factory* 必須是一個回傳 :ref:`asyncio protocol "
"<asyncio-protocol>` 實作的可呼叫函式。"

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

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

0 comments on commit 8eb78ec

Please sign in to comment.