Skip to content

Commit 5553e00

Browse files
authored
Fix a typo in SSLSocket docs (GH-150839)
1 parent c720e18 commit 5553e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ SSL sockets
11211121
:meth:`SSLContext.wrap_socket` to wrap a socket.
11221122

11231123
.. versionchanged:: 3.7
1124-
:class:`SSLSocket` instances must to created with
1124+
:class:`SSLSocket` instances must be created with
11251125
:meth:`~SSLContext.wrap_socket`. In earlier versions, it was possible
11261126
to create instances directly. This was never documented or officially
11271127
supported.

0 commit comments

Comments
 (0)