8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe9d4 commit a906462Copy full SHA for a906462
library/socket.po
@@ -92,7 +92,7 @@ msgid ""
92
"operations is automatic, and buffer length is implicit on send operations."
93
msgstr ""
94
"Python 的介面是將 Unix 的系統呼叫和 socket 函式庫介面直接轉換成 Python 的物件"
95
-"導向風格::func:`.socket` 函數會回傳一個 :dfn:`socket 物件`,這個物件的方法實"
+"導向風格::func:`.socket` 函式會回傳一個 :dfn:`socket 物件`,這個物件的方法實"
96
"作了各種 socket 系統呼叫。與 C 語言介面相比,參數型別較為高階:就像 Python 文"
97
"件操作中的 :meth:`read` 和 :meth:`write` 一樣,接收操作時會自動分配緩衝區,而"
98
"發送操作時的緩衝區長度則是隱含的。"
0 commit comments