mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
Fix a typo in SSLSocket docs (GH-150839)
This commit is contained in:
+1
-1
@@ -1121,7 +1121,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.
|
||||
|
||||
Reference in New Issue
Block a user