[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:
Miss Islington (bot) 2025-09-11 11:18:43 +02:00 committed by GitHub
parent 39e024df8e
commit 30588d5f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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