Skip to content

Commit 11b2dc0

Browse files
[docs] Fic grammar in ssl.SSLContect.sslsocket_class docstring
1 parent 3706ef6 commit 11b2dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,8 @@ to speed up repeated connections from the same clients.
18981898
.. attribute:: SSLContext.sslsocket_class
18991899

19001900
The return type of :meth:`SSLContext.wrap_socket`, defaults to
1901-
:class:`SSLSocket`. The attribute can be overridden on instance of class
1901+
:class:`SSLSocket`. The attribute can be assigned to on instances of
1902+
:class:`SSLContext` or overridden on subclasses of :class:`SSLContext`
19021903
in order to return a custom subclass of :class:`SSLSocket`.
19031904

19041905
.. versionadded:: 3.7

0 commit comments

Comments
 (0)