mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
removed accidental new line
This commit is contained in:
parent
6d7ad13a45
commit
3e738f97f8
1 changed files with 1 additions and 2 deletions
|
|
@ -804,8 +804,7 @@ to speed up repeated connections from the same clients.
|
||||||
other peers' certificates when :data:`verify_mode` is other than
|
other peers' certificates when :data:`verify_mode` is other than
|
||||||
:data:`CERT_NONE`. At least one of *cafile* or *capath* must be specified.
|
:data:`CERT_NONE`. At least one of *cafile* or *capath* must be specified.
|
||||||
|
|
||||||
The *cafile* string, if present, is the p
|
The *cafile* string, if present, is the path to a file of concatenated
|
||||||
ath to a file of concatenated
|
|
||||||
CA certificates in PEM format. See the discussion of
|
CA certificates in PEM format. See the discussion of
|
||||||
:ref:`ssl-certificates` for more information about how to arrange the
|
:ref:`ssl-certificates` for more information about how to arrange the
|
||||||
certificates in this file.
|
certificates in this file.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue