Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down