diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:47:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:47:58 (GMT) |
commit | 0fc08fd2c7774a5521ae198b04639ec634fdb5c2 (patch) | |
tree | 34eed12c66f53459ce992746bdcb4e6979d5a86e /Doc | |
parent | 24f0717b822b5fbf0460e0274bba3499570957d7 (diff) | |
parent | 9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11 (diff) | |
download | cpython-0fc08fd2c7774a5521ae198b04639ec634fdb5c2.zip cpython-0fc08fd2c7774a5521ae198b04639ec634fdb5c2.tar.gz cpython-0fc08fd2c7774a5521ae198b04639ec634fdb5c2.tar.bz2 |
merge 3.3
Diffstat (limited to 'Doc')
-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 6471ba2..d6360df 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. |