]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in `SSLSocket` docs (GH-150839)
authorRobsdedude <dev@rouvenbauer.de>
Wed, 3 Jun 2026 12:18:06 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 12:18:06 +0000 (08:18 -0400)
Doc/library/ssl.rst

index c0f3757e583e95df9dba7c2fafa4ea87275ecd35..41a101e84ac4d758f13001399a8fb2d248241794 100644 (file)
@@ -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.