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 @@ -69,7 +69,7 @@ msgstr "執行\\ :ref:`網路 IO 與 IPC <asyncio-streams>`;"
69
69
70
70
#: ../../library/asyncio.rst:40
71
71
msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
72
- msgstr "控制\\ :ref:`子程序 (subprocess) <asyncio-subprocess>`;"
72
+ msgstr "控制\\ :ref:`子行程 (subprocess) <asyncio-subprocess>`;"
73
73
74
74
#: ../../library/asyncio.rst:42
75
75
msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
@@ -94,7 +94,7 @@ msgid ""
94
94
"add_signal_handler>`, etc;"
95
95
msgstr ""
96
96
"建立與管理 :ref:`event loops(事件迴圈) <asyncio-event-loop>`,它提供了能被"
97
- "用於\\ :meth:`網路 <loop.create_server>`\\ 、執行\\ :meth:`子程序 <loop."
97
+ "用於\\ :meth:`網路 <loop.create_server>`\\ 、執行\\ :meth:`子行程 <loop."
98
98
"subprocess_exec>`、處理\\ :meth:`作業系統訊號 <loop.add_signal_handler>`\\ 等"
99
99
"任務的非同步 API;"
100
100
@@ -104,7 +104,7 @@ msgid ""
104
104
"protocols>`;"
105
105
msgstr ""
106
106
"使用 :ref:`transports(asyncio 底層傳輸相關類別) <asyncio-transports-"
107
- "protocols>`\\ 來實現高效能協定 ;"
107
+ "protocols>`\\ 來實作高效能協定 ;"
108
108
109
109
#: ../../library/asyncio.rst:57
110
110
msgid ""
You can’t perform that action at this time.
0 commit comments