From: Christian Heimes Date: Sun, 9 Jun 2013 16:07:16 +0000 (+0200) Subject: removed accidental new line X-Git-Tag: v3.4.0a1~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e738f97f8c8526fe620caa19d83561946ff4aef;p=thirdparty%2FPython%2Fcpython.git removed accidental new line --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 5f46de1006d3..398169bb561c 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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.