summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-19 14:47:49 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-10-19 14:47:49 (GMT)
commit9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11 (patch)
tree87ac876f402e55d92be7977170bf78210085f147 /Doc/library
parentb6dc9b7554517f97c8474bb58a059a5d036745d2 (diff)
downloadcpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.zip
cpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.tar.gz
cpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.tar.bz2
make plural s lowercase
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/xmlrpc.client.rst2
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.