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 719e5c3 commit 379161dCopy full SHA for 379161d
Doc/library/ssl.rst
@@ -1898,8 +1898,9 @@ to speed up repeated connections from the same clients.
1898
.. attribute:: SSLContext.sslsocket_class
1899
1900
The return type of :meth:`SSLContext.wrap_socket`, defaults to
1901
- :class:`SSLSocket`. The attribute can be overridden on instance of class
1902
- in order to return a custom subclass of :class:`SSLSocket`.
+ :class:`SSLSocket`. The attribute can be assigned to on instances of
+ :class:`SSLContext` in order to return a custom subclass of
1903
+ :class:`SSLSocket`.
1904
1905
.. versionadded:: 3.7
1906
0 commit comments