Fix typo in ssl documentation (GH-27329)

This commit is contained in:
Anton Grübel 2021-07-24 23:54:51 +02:00 committed by GitHub
parent 435a0334d3
commit 717f608c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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