Skip to content

Commit

Permalink
feat: update with reviewer's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
weijay0804 committed Feb 26, 2024
1 parent 9463e34 commit 1b2a88e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/socket.po
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ msgid ""
"operations on Python files, buffer allocation on receive operations is "
"automatic, and buffer length is implicit on send operations."
msgstr ""
"Python 介面是 Unix 系統呼叫和 socket 模組介面直譯成 Python 物件導向風格的簡單"
"轉換::func:`.socket` 函數回傳一個 :dfn:`socket object`,其中實現了各種 "
"這個 Python 介面是將 Unix 系統呼叫和 socket 模組介面轉變成 Python 物件導向風格"
"::func:`.socket` 函數回傳一個 :dfn:`socket object`,其方法實現了各種 "
"socket 系統呼叫。參數類型相對於 C 語言的介面略為高層次:與 Python 文件操作中"
"的 :meth:`read` 和 :meth:`write` 一樣,接收操作的緩衝區是自動分配的,而在發送"
"操作的緩衝區長度是隱式的。"
Expand All @@ -85,7 +85,7 @@ msgstr ":mod:`ssl` 模組"

#: ../../library/socket.rst:39
msgid "A TLS/SSL wrapper for socket objects."
msgstr "對 socket 物件的 TLS/SSL 的封裝。"
msgstr "對 socket 物件的 TLS/SSL 的包裝器 (wrapper)。"

#: ../../library/socket.rst:43
msgid "Socket families"
Expand Down

0 comments on commit 1b2a88e

Please sign in to comment.