Skip to content

Commit 30588d5

Browse files
miss-islingtonPrinceNaroliyagpshead
authored
[3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950)
Co-authored-by: PrinceNaroliya <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 39e024d commit 30588d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/ssl.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,8 +1846,9 @@ to speed up repeated connections from the same clients.
18461846
.. attribute:: SSLContext.sslsocket_class
18471847

18481848
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`.
1849+
:class:`SSLSocket`. The attribute can be assigned to on instances of
1850+
:class:`SSLContext` in order to return a custom subclass of
1851+
:class:`SSLSocket`.
18511852

18521853
.. versionadded:: 3.7
18531854

0 commit comments

Comments
 (0)