From: Benjamin Peterson Date: Sun, 19 Oct 2014 14:48:50 +0000 (-0400) Subject: make plural s lowercase X-Git-Tag: v2.7.9rc1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd1be619e25b237925d358dc43adb628415d91cf;p=thirdparty%2FPython%2Fcpython.git make plural s lowercase --- diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index 766a796c3dc0..720da39d5559 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.