Skip to content

Commit 23b288d

Browse files
authored
Fix typo in SSL documentation regarding SSLSocket
Fix typo in SSL docs
1 parent 494f2e3 commit 23b288d

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)