Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8eb78ec

Browse filesBrowse files
committed
fix: translation
1 parent 092d998 commit 8eb78ec
Copy full SHA for 8eb78ec

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎library/asyncio-eventloop.po

Copy file name to clipboardExpand all lines: library/asyncio-eventloop.po
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.