Skip to content

Commit e7a9369

Browse files
[3.14] Fix a typo in SSLSocket docs (GH-150839) (GH-150846)
Fix a typo in `SSLSocket` docs (GH-150839) (cherry picked from commit 5553e00) Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent 6a02a88 commit e7a9369

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
@@ -1098,7 +1098,7 @@ SSL sockets
10981098
:meth:`SSLContext.wrap_socket` to wrap a socket.
10991099

11001100
.. versionchanged:: 3.7
1101-
:class:`SSLSocket` instances must to created with
1101+
:class:`SSLSocket` instances must be created with
11021102
:meth:`~SSLContext.wrap_socket`. In earlier versions, it was possible
11031103
to create instances directly. This was never documented or officially
11041104
supported.

0 commit comments

Comments
 (0)