Skip to content

Commit a906462

Browse files
committed
fix: 修正 socket.po 中的函數名稱錯誤
1 parent abfe9d4 commit a906462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/socket.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ msgid ""
9292
"operations is automatic, and buffer length is implicit on send operations."
9393
msgstr ""
9494
"Python 的介面是將 Unix 的系統呼叫和 socket 函式庫介面直接轉換成 Python 的物件"
95-
"導向風格::func:`.socket` 函數會回傳一個 :dfn:`socket 物件`,這個物件的方法實"
95+
"導向風格::func:`.socket` 函式會回傳一個 :dfn:`socket 物件`,這個物件的方法實"
9696
"作了各種 socket 系統呼叫。與 C 語言介面相比,參數型別較為高階:就像 Python 文"
9797
"件操作中的 :meth:`read` 和 :meth:`write` 一樣,接收操作時會自動分配緩衝區,而"
9898
"發送操作時的緩衝區長度則是隱含的。"

0 commit comments

Comments
 (0)