summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorFrederick <fmoor@users.noreply.github.com>2022-04-07 09:29:23 -0700
committerGitHub <noreply@github.com>2022-04-07 09:29:23 -0700
commit9ee2d3a93914776d15ac5cc7c44bb3aaca3e0fe5 (patch)
tree79279130b43426145c810ceb14664d42e8eac14f /Doc/library/ssl.rst
parent4c92427fb85e420404a9bd26347e32acc1bbd3b7 (diff)
downloadcpython-git-9ee2d3a93914776d15ac5cc7c44bb3aaca3e0fe5.tar.gz
ssl docs: Fix typo (GH-32336)
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index ce9b71f49c..04818f824d 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -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*.