mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in ssl documentation (GH-27329)
This commit is contained in:
parent
435a0334d3
commit
717f608c4a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue