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 8ce1698 commit 8aabea7Copy full SHA for 8aabea7
Doc/library/ssl.rst
@@ -1840,8 +1840,9 @@ to speed up repeated connections from the same clients.
1840
.. attribute:: SSLContext.sslsocket_class
1841
1842
The return type of :meth:`SSLContext.wrap_socket`, defaults to
1843
- :class:`SSLSocket`. The attribute can be overridden on instance of class
1844
- 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
1845
+ :class:`SSLSocket`.
1846
1847
.. versionadded:: 3.7
1848
0 commit comments