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 39e024d commit 30588d5Copy full SHA for 30588d5
Doc/library/ssl.rst
@@ -1846,8 +1846,9 @@ to speed up repeated connections from the same clients.
1846
.. attribute:: SSLContext.sslsocket_class
1847
1848
The return type of :meth:`SSLContext.wrap_socket`, defaults to
1849
- :class:`SSLSocket`. The attribute can be overridden on instance of class
1850
- 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
1851
+ :class:`SSLSocket`.
1852
1853
.. versionadded:: 3.7
1854
0 commit comments