[Python-checkins] cpython (2.7): make plural s lowercase
benjamin.peterson
python-checkins at python.org
Sun Oct 19 16:49:00 CEST 2014
https://hg.python.org/cpython/rev/055970b4da0c
changeset: 93140:055970b4da0c
branch: 2.7
parent: 93136:4d53b34dd493
user: Benjamin Peterson <benjamin at python.org>
date: Sun Oct 19 10:48:50 2014 -0400
summary:
make plural s lowercase
files:
Doc/library/xmlrpclib.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst
--- a/Doc/library/xmlrpclib.rst
+++ b/Doc/library/xmlrpclib.rst
@@ -36,7 +36,7 @@
.. 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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list