From 9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 19 Oct 2014 10:47:49 -0400 Subject: [PATCH] make plural s lowercase --- Doc/library/xmlrpc.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index 6471ba2f2ed..d6360df27fc 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.