[Python-checkins] cpython: removed accidental new line

christian.heimes python-checkins at python.org
Sun Jun 9 18:07:25 CEST 2013


http://hg.python.org/cpython/rev/716e8b23974a
changeset:   84069:716e8b23974a
user:        Christian Heimes <christian at cheimes.de>
date:        Sun Jun 09 18:07:16 2013 +0200
summary:
  removed accidental new line

files:
  Doc/library/ssl.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -804,8 +804,7 @@
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list