]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ssl docs: Fix typo (GH-32336)
authorFrederick <fmoor@users.noreply.github.com>
Thu, 7 Apr 2022 16:29:23 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 16:29:23 +0000 (09:29 -0700)
Doc/library/ssl.rst

index ce9b71f49c64dd990c9f0632b0f509b6b2f1386e..04818f824d10588856c3833c9bb735a91950bb8f 100644 (file)
@@ -1548,7 +1548,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*.