From 27ee90faf7a4552353395d022794a2e738ee13f3 Mon Sep 17 00:00:00 2001
From: weijay <weijay0804@gmail.com>
Date: Mon, 6 Jan 2025 15:07:54 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20socket.po=20?=
 =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=87=BD=E6=95=B8=E5=90=8D=E7=A8=B1=E9=8C=AF?=
 =?UTF-8?q?=E8=AA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 library/socket.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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