diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-19 10:47:49 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-19 10:47:49 -0400 |
commit | 9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11 (patch) | |
tree | 87ac876f402e55d92be7977170bf78210085f147 | |
parent | b6dc9b7554517f97c8474bb58a059a5d036745d2 (diff) | |
download | cpython-git-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.tar.gz |
make plural s lowercase
-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 6471ba2f2e..d6360df27f 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. |