Skip to content

Commit 9ee2d3a

Browse files
authored
ssl docs: Fix typo (GH-32336)
1 parent 4c92427 commit 9ee2d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ to speed up repeated connections from the same clients.
15481548
string must be the path to a single file in PEM format containing the
15491549
certificate as well as any number of CA certificates needed to establish
15501550
the certificate's authenticity. The *keyfile* string, if present, must
1551-
point to a file containing the private key in. Otherwise the private
1551+
point to a file containing the private key. Otherwise the private
15521552
key will be taken from *certfile* as well. See the discussion of
15531553
:ref:`ssl-certificates` for more information on how the certificate
15541554
is stored in the *certfile*.

0 commit comments

Comments
 (0)