summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-19 14:48:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-10-19 14:48:50 (GMT)
commitdd1be619e25b237925d358dc43adb628415d91cf (patch)
tree5d63f5af7d360e96847b2c07d0720f821f562bb8
parent6a1184c02462cf4be3371a37f9a9e7c29257bdeb (diff)
downloadcpython-dd1be619e25b237925d358dc43adb628415d91cf.zip
cpython-dd1be619e25b237925d358dc43adb628415d91cf.tar.gz
cpython-dd1be619e25b237925d358dc43adb628415d91cf.tar.bz2
make plural s lowercase
-rw-r--r--Doc/library/xmlrpclib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst
index 766a796..720da39 100644
--- a/Doc/library/xmlrpclib.rst
+++ b/Doc/library/xmlrpclib.rst
@@ -36,7 +36,7 @@ between conformable Python objects and XML on the wire.
.. warning::
- In the case of https URIS, :mod:`xmlrpclib` does not do any verification of
+ In the case of https URIs, :mod:`xmlrpclib` does not do any verification of
the server's certificate.