mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
ssl docs: Fix typo (GH-32314)
This commit is contained in:
parent
63bd72448a
commit
1da9c38fd3
1 changed files with 1 additions and 1 deletions
|
@ -1397,7 +1397,7 @@ SSL sockets also have the following additional methods and attributes:
|
|||
.. method:: SSLSocket.version()
|
||||
|
||||
Return the actual SSL protocol version negotiated by the connection
|
||||
as a string, or ``None`` is no secure connection is established.
|
||||
as a string, or ``None`` if no secure connection is established.
|
||||
As of this writing, possible return values include ``"SSLv2"``,
|
||||
``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
|
||||
Recent OpenSSL versions may define more return values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue