[Python-checkins] cpython (3.3): make plural s lowercase

benjamin.peterson python-checkins at python.org
Sun Oct 19 16:48:58 CEST 2014


https://hg.python.org/cpython/rev/a34be8915cf6
changeset:   93137:a34be8915cf6
branch:      3.3
parent:      93091:b4a6be12a4bc
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Oct 19 10:47:49 2014 -0400
summary:
  make plural s lowercase

files:
  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
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -29,7 +29,7 @@
 
 .. 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.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list