From cdf919020cae4eebbe0ec7c8b20f949ba5cf4b51 Mon Sep 17 00:00:00 2001 From: gruebel Date: Sat, 24 Jul 2021 12:27:59 +0200 Subject: [PATCH] Fix typo in ssl documentation --- Doc/library/ssl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 4902d34888ebcc..aac2f2284dac31 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