summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/ssl.rst4
1 files 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