From: Benjamin Peterson Date: Sun, 19 Oct 2014 14:48:50 +0000 (-0400) Subject: make plural s lowercase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd1be619e25b237925d358dc43adb628415d91cf;p=python make plural s lowercase --- diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index 766a796c3d..720da39d55 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.