summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-09 16:07:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-06-09 16:07:16 (GMT)
commit3e738f97f8c8526fe620caa19d83561946ff4aef (patch)
tree2c376d084b09d42f9f41e99228ea604ab5b39535 /Doc/library/ssl.rst
parent6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a (diff)
downloadcpython-3e738f97f8c8526fe620caa19d83561946ff4aef.zip
cpython-3e738f97f8c8526fe620caa19d83561946ff4aef.tar.gz
cpython-3e738f97f8c8526fe620caa19d83561946ff4aef.tar.bz2
removed accidental new line
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 5f46de1..398169b 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.