We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaf887 commit a5e635aCopy full SHA for a5e635a
library/ssl.po
@@ -90,7 +90,7 @@ msgid ""
90
"certificate of the other side of the connection, and :meth:`cipher`, which "
91
"retrieves the cipher being used for the secure connection."
92
msgstr ""
93
-"此模組提供了一個類別,即 :class:`ssl.SSLSocket`。它是從 :class:`socket."
+"此模組提供了一個 :class:`ssl.SSLSocket` 類別,它是從 :class:`socket."
94
"socket` 衍生出來的,並且提供類似 socket 的封套資料,讓使用 SSL 進行資料傳輸"
95
"時,可以進行資料的加密及解密。它也提供了一些額外的方法,如 :meth:"
96
"`getpeercert`,用於取得連結另一端的憑證,以及 :meth:`cipher`,用於檢索用於"
0 commit comments