mirror of
https://github.com/python/cpython.git
synced 2026-06-18 07:32:45 +00:00
[3.14] Fix a typo in SSLSocket docs (GH-150839) (GH-150846)
Fix a typo in `SSLSocket` docs (GH-150839)
(cherry picked from commit 5553e003ca)
Co-authored-by: Robsdedude <dev@rouvenbauer.de>
This commit is contained in:
parent
6a02a8848f
commit
e7a9369d27
1 changed files with 1 additions and 1 deletions
|
|
@ -1098,7 +1098,7 @@ SSL sockets
|
|||
:meth:`SSLContext.wrap_socket` to wrap a socket.
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
:class:`SSLSocket` instances must to created with
|
||||
:class:`SSLSocket` instances must be created with
|
||||
:meth:`~SSLContext.wrap_socket`. In earlier versions, it was possible
|
||||
to create instances directly. This was never documented or officially
|
||||
supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue