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 63bd724 commit 1da9c38Copy full SHA for 1da9c38
Doc/library/ssl.rst
@@ -1397,7 +1397,7 @@ SSL sockets also have the following additional methods and attributes:
1397
.. method:: SSLSocket.version()
1398
1399
Return the actual SSL protocol version negotiated by the connection
1400
- as a string, or ``None`` is no secure connection is established.
+ as a string, or ``None`` if no secure connection is established.
1401
As of this writing, possible return values include ``"SSLv2"``,
1402
``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
1403
Recent OpenSSL versions may define more return values.
0 commit comments