]> granicus.if.org Git - python/commitdiff
bpo-33045: Fix typos in SSL documentation (GH-6065)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Mar 2018 01:26:01 +0000 (17:26 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 11 Mar 2018 01:26:01 +0000 (04:26 +0300)
(cherry picked from commit 9cf8c42f3231d3f066670d087a997bd1278482a0)

Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
Doc/library/ssl.rst

index fc68e3071436ae17a9301390336b0dd6ad57dd42..677e94534702645b39fbafa5893cda1c57fcd10f 100644 (file)
@@ -1539,7 +1539,7 @@ to speed up repeated connections from the same clients.
 
 .. method:: SSLContext.load_dh_params(dhfile)
 
-   Load the key generation parameters for Diffie-Helman (DH) key exchange.
+   Load the key generation parameters for Diffie-Hellman (DH) key exchange.
    Using DH key exchange improves forward secrecy at the expense of
    computational resources (both on the server and on the client).
    The *dhfile* parameter should be the path to a file containing DH
@@ -2343,7 +2343,7 @@ with LibreSSL.
        Documentation of underlying :mod:`socket` class
 
    `SSL/TLS Strong Encryption: An Introduction <https://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_
-       Intro from the Apache webserver documentation
+       Intro from the Apache HTTP Server documentation
 
    `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_
        Steve Kent