diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:48:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:48:06 (GMT) |
commit | 8c06ac5e5817fc7038c92115035107f9ff6c7a64 (patch) | |
tree | 3616994493875d4e3136f1a93ee047ede0a54b1a /Doc/library/xmlrpc.client.rst | |
parent | 6e868b7bef5a984f1be472186948ce772ab2edfa (diff) | |
parent | 0fc08fd2c7774a5521ae198b04639ec634fdb5c2 (diff) | |
download | cpython-8c06ac5e5817fc7038c92115035107f9ff6c7a64.zip cpython-8c06ac5e5817fc7038c92115035107f9ff6c7a64.tar.gz cpython-8c06ac5e5817fc7038c92115035107f9ff6c7a64.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc/library/xmlrpc.client.rst')
-rw-r--r-- | Doc/library/xmlrpc.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index f05052e..550dee2 100644 --- a/Doc/library/xmlrpc.client.rst +++ b/Doc/library/xmlrpc.client.rst @@ -29,7 +29,7 @@ between conformable Python objects and XML on the wire. .. warning:: - In the case of https URIS, :mod:`xmlrpc.client` does not do any verification + In the case of https URIs, :mod:`xmlrpc.client` does not do any verification of the server's certificate. |