From 717f608c4a52664a03f8f2b9c57eaa25b24a7837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Gr=C3=BCbel?= Date: Sat, 24 Jul 2021 23:54:51 +0200 Subject: Fix typo in ssl documentation (GH-27329) --- 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 4902d34..aac2f22 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 -- cgit v0.12