Skip to content

Commit a733a53

Browse files
authored
Apply suggestion from @gpshead
1 parent 11b2dc0 commit a733a53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,8 @@ to speed up repeated connections from the same clients.
18991899

19001900
The return type of :meth:`SSLContext.wrap_socket`, defaults to
19011901
:class:`SSLSocket`. The attribute can be assigned to on instances of
1902+
:class:`SSLContext` in order to return a custom subclass of
1903+
:class:`SSLSocket`.
19021904
:class:`SSLContext` or overridden on subclasses of :class:`SSLContext`
19031905
in order to return a custom subclass of :class:`SSLSocket`.
19041906

0 commit comments

Comments
 (0)