]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
make plural s lowercase
authorBenjamin Peterson <benjamin@python.org>
Sun, 19 Oct 2014 14:47:49 +0000 (10:47 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 19 Oct 2014 14:47:49 +0000 (10:47 -0400)
Doc/library/xmlrpc.client.rst

index 6471ba2f2ed61129b50bf8ff79f1f210c95c88c8..d6360df27fcd319140f37a3d9c11229305292f10 100644 (file)
@@ -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.