File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ msgid ""
385
385
"another thread, this function *must* be used, since :meth:`call_soon` is not "
386
386
"thread-safe."
387
387
msgstr ""
388
- "這是 :meth:`call_soon` 的執行緒安全變體。當從另一個執行緒排程回呼函式時,必須 "
388
+ "這是 :meth:`call_soon` 的執行緒安全變體。當從另一個執行緒排程回呼函式時,*必須* "
389
389
"使用此函式,因為 :meth:`call_soon` 不是執行緒安全的。"
390
390
391
391
#: ../../library/asyncio-eventloop.rst:239
@@ -1644,7 +1644,7 @@ msgid ""
1644
1644
"the address bound to the socket on the other end of the connection."
1645
1645
msgstr ""
1646
1646
"Socket 必須繫結到一個地址並偵聽連線。回傳值是一個 ``(conn, address)`` 對,其"
1647
- "中 *conn* 是一個 *new * socket 物件,可在連線上發送和接收資料,*address* 是連"
1647
+ "中 *conn* 是一個 *新 * socket 物件,可在連線上發送和接收資料,*address* 是連"
1648
1648
"接另一端對應的 socket 地址。"
1649
1649
1650
1650
#: ../../library/asyncio-eventloop.rst:1096
You can’t perform that action at this time.
0 commit comments