]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ssl docs: Fix typo (GH-32336)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Apr 2022 17:06:54 +0000 (10:06 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 17:06:54 +0000 (10:06 -0700)
(cherry picked from commit 9ee2d3a93914776d15ac5cc7c44bb3aaca3e0fe5)

Co-authored-by: Frederick <fmoor@users.noreply.github.com>
Doc/library/ssl.rst

index 0256e04a28c9eb017192d49e7d13c7bcc25b4221..f5446808cbdeb7472fe56de1ff280fb2d5f0d4a0 100644 (file)
@@ -1494,7 +1494,7 @@ to speed up repeated connections from the same clients.
    string must be the path to a single file in PEM format containing the
    certificate as well as any number of CA certificates needed to establish
    the certificate's authenticity.  The *keyfile* string, if present, must
-   point to a file containing the private key in.  Otherwise the private
+   point to a file containing the private key.  Otherwise the private
    key will be taken from *certfile* as well.  See the discussion of
    :ref:`ssl-certificates` for more information on how the certificate
    is stored in the *certfile*.