From: Benjamin Peterson Date: Sun, 19 Oct 2014 14:47:49 +0000 (-0400) Subject: make plural s lowercase X-Git-Tag: v3.4.3rc1~446^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11;p=thirdparty%2FPython%2Fcpython.git make plural s lowercase --- diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index 6471ba2f2ed6..d6360df27fcd 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.