Skip to content

Commit d229764

Browse files
[3.13] Fix a typo in SSLSocket docs (GH-150839) (GH-150847)
Fix a typo in `SSLSocket` docs (GH-150839) (cherry picked from commit 5553e00) Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent 7c5734c commit d229764

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
@@ -1091,7 +1091,7 @@ SSL sockets
10911091
:meth:`SSLContext.wrap_socket` to wrap a socket.
10921092

10931093
.. versionchanged:: 3.7
1094-
:class:`SSLSocket` instances must to created with
1094+
:class:`SSLSocket` instances must be created with
10951095
:meth:`~SSLContext.wrap_socket`. In earlier versions, it was possible
10961096
to create instances directly. This was never documented or officially
10971097
supported.

0 commit comments

Comments
 (0)