]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix a typo in `SSLSocket` docs (GH-150839) (GH-150846)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jun 2026 12:26:17 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 12:26:17 +0000 (12:26 +0000)
Fix a typo in `SSLSocket` docs (GH-150839)
(cherry picked from commit 5553e003ca56ecc67340962b2d0f7ca561d64197)

Co-authored-by: Robsdedude <dev@rouvenbauer.de>
Doc/library/ssl.rst

index ceac2919471fe309dc2e05f0f6604578b61a0127..92282bf624fe62fce8dba3934a7b7a61a6645924 100644 (file)
@@ -1098,7 +1098,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.