From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:18:43 +0000 (+0200) Subject: [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH... X-Git-Tag: v3.14.0rc3~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30588d5f9172f9e26df25cc55c45b1264b2ca519;p=thirdparty%2FPython%2Fcpython.git [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950) Co-authored-by: PrinceNaroliya Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com> --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c0dcecf737ef..9940e205836e 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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