]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed accidental new line
authorChristian Heimes <christian@cheimes.de>
Sun, 9 Jun 2013 16:07:16 +0000 (18:07 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 9 Jun 2013 16:07:16 +0000 (18:07 +0200)
Doc/library/ssl.rst

index 5f46de1006d38a168fc3f9ef09f6ae1ae61cb83a..398169bb561c9f81cdfd37dfacc26599947628f7 100644 (file)
@@ -804,8 +804,7 @@ to speed up repeated connections from the same clients.
    other peers' certificates when :data:`verify_mode` is other than
    :data:`CERT_NONE`.  At least one of *cafile* or *capath* must be specified.
 
-   The *cafile* string, if present, is the p
-   ath to a file of concatenated
+   The *cafile* string, if present, is the path to a file of concatenated
    CA certificates in PEM format. See the discussion of
    :ref:`ssl-certificates` for more information about how to arrange the
    certificates in this file.