From dd1be619e25b237925d358dc43adb628415d91cf Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 19 Oct 2014 10:48:50 -0400 Subject: [PATCH] make plural s lowercase --- Doc/library/xmlrpclib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1