Skip to content

Commit 76e7fac

Browse files
committed
fix: bold word translate
1 parent 8a19e0b commit 76e7fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ msgid ""
385385
"another thread, this function *must* be used, since :meth:`call_soon` is not "
386386
"thread-safe."
387387
msgstr ""
388-
"這是 :meth:`call_soon` 的執行緒安全變體。當從另一個執行緒排程回呼函式時,必須"
388+
"這是 :meth:`call_soon` 的執行緒安全變體。當從另一個執行緒排程回呼函式時,*必須*"
389389
"使用此函式,因為 :meth:`call_soon` 不是執行緒安全的。"
390390

391391
#: ../../library/asyncio-eventloop.rst:239
@@ -1644,7 +1644,7 @@ msgid ""
16441644
"the address bound to the socket on the other end of the connection."
16451645
msgstr ""
16461646
"Socket 必須繫結到一個地址並偵聽連線。回傳值是一個 ``(conn, address)`` 對,其"
1647-
"中 *conn* 是一個 *new* socket 物件,可在連線上發送和接收資料,*address* 是連"
1647+
"中 *conn* 是一個 ** socket 物件,可在連線上發送和接收資料,*address* 是連"
16481648
"接另一端對應的 socket 地址。"
16491649

16501650
#: ../../library/asyncio-eventloop.rst:1096

0 commit comments

Comments
 (0)