Skip to content

Commit 69f71a7

Browse files
committed
feat: update with reviewer's suggestions
1 parent 0cf4144 commit 69f71a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/socket.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ msgid ""
9191
"meth:`write` operations on Python files, buffer allocation on receive "
9292
"operations is automatic, and buffer length is implicit on send operations."
9393
msgstr ""
94-
"Python 介面是 Unix 系統呼叫和 socket 模組介面直譯成 Python 物件導向風格的簡單"
95-
"轉換::func:`.socket` 函數回傳一個 :dfn:`socket object`,其中實現了各種 "
94+
"這個 Python 介面是將 Unix 系統呼叫和 socket 模組介面轉變成 Python 物件導向風格"
95+
"::func:`.socket` 函數回傳一個 :dfn:`socket object`,其方法實現了各種 "
9696
"socket 系統呼叫。參數類型相對於 C 語言的介面略為高層次:與 Python 文件操作中"
9797
"的 :meth:`read` 和 :meth:`write` 一樣,接收操作的緩衝區是自動分配的,而在發送"
9898
"操作的緩衝區長度是隱式的。"
@@ -111,7 +111,7 @@ msgstr ":mod:`ssl` 模組"
111111

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

116116
#: ../../library/socket.rst:43
117117
msgid "Socket families"

0 commit comments

Comments
 (0)