From: Anton GrĂ¼bel Date: Sat, 24 Jul 2021 21:54:51 +0000 (+0200) Subject: Fix typo in ssl documentation (GH-27329) X-Git-Tag: v3.11.0a1~582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=717f608c4a52664a03f8f2b9c57eaa25b24a7837;p=thirdparty%2FPython%2Fcpython.git Fix typo in ssl documentation (GH-27329) --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 4902d34888eb..aac2f2284dac 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1870,7 +1870,7 @@ to speed up repeated connections from the same clients. *session* argument was added. .. versionchanged:: 3.7 - The method returns on instance of :attr:`SSLContext.sslsocket_class` + The method returns an instance of :attr:`SSLContext.sslsocket_class` instead of hard-coded :class:`SSLSocket`. .. attribute:: SSLContext.sslsocket_class @@ -1896,7 +1896,7 @@ to speed up repeated connections from the same clients. *session* argument was added. .. versionchanged:: 3.7 - The method returns on instance of :attr:`SSLContext.sslobject_class` + The method returns an instance of :attr:`SSLContext.sslobject_class` instead of hard-coded :class:`SSLObject`. .. attribute:: SSLContext.sslobject_class