diff options
-rw-r--r-- | Doc/library/xmlrpclib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index 766a796..720da39 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. |