mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950)
Co-authored-by: PrinceNaroliya <naroliyaprince@gmail.com> Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
parent
39e024df8e
commit
30588d5f91
1 changed files with 3 additions and 2 deletions
|
|
@ -1846,8 +1846,9 @@ to speed up repeated connections from the same clients.
|
|||
.. attribute:: SSLContext.sslsocket_class
|
||||
|
||||
The return type of :meth:`SSLContext.wrap_socket`, defaults to
|
||||
:class:`SSLSocket`. The attribute can be overridden on instance of class
|
||||
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
|
||||
:class:`SSLSocket`.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue