@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.7\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2020-02-10 04:47 +0000\n "
15+ "POT-Creation-Date : 2020-03-31 13:23 +0000\n "
1616"PO-Revision-Date : 2019-09-01 03:20+0000\n "
1717"Last-Translator : Osamu NAKAMURA, 2019\n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -79,13 +79,9 @@ msgid ""
7979"the :class:`socket.socket` type, and provides a socket-like wrapper that "
8080"also encrypts and decrypts the data going over the socket with SSL. It "
8181"supports additional methods such as :meth:`getpeercert`, which retrieves the"
82- " certificate of the other side of the connection, and :meth:`cipher`,which "
82+ " certificate of the other side of the connection, and :meth:`cipher`, which "
8383"retrieves the cipher being used for the secure connection."
8484msgstr ""
85- "このモジュールは :class:`ssl.SSLSocket` クラスを提供します。このクラスは :class:`socket.socket` "
86- "クラスを継承していて、ソケットで通信されるデータをSSLで暗号化・復号するソケットに似たラッパーになります。また、このクラスは、接続の相手側からの証明書を取得する"
87- " :meth:`getpeercert` メソッドや、セキュア接続で使うための暗号方式を取得する :meth:`cipher` "
88- "メソッドのような追加のメソッドをサポートしています。"
8985
9086#: ../../library/ssl.rst:48
9187msgid ""
0 commit comments