Skip to content

Commit 1da9c38

Browse files
authored
ssl docs: Fix typo (GH-32314)
1 parent 63bd724 commit 1da9c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ SSL sockets also have the following additional methods and attributes:
13971397
.. method:: SSLSocket.version()
13981398

13991399
Return the actual SSL protocol version negotiated by the connection
1400-
as a string, or ``None`` is no secure connection is established.
1400+
as a string, or ``None`` if no secure connection is established.
14011401
As of this writing, possible return values include ``"SSLv2"``,
14021402
``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
14031403
Recent OpenSSL versions may define more return values.

0 commit comments

Comments
 (0)