diff options
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f09a195..9d0348e 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -890,7 +890,7 @@ SSL sockets also have the following additional methods and attributes: ``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``. Recent OpenSSL versions may define more return values. - .. versionadded:: 3.5 + .. versionadded:: 2.7.9 .. attribute:: SSLSocket.context |