diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:48:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:48:50 (GMT) |
commit | dd1be619e25b237925d358dc43adb628415d91cf (patch) | |
tree | 5d63f5af7d360e96847b2c07d0720f821f562bb8 | |
parent | 6a1184c02462cf4be3371a37f9a9e7c29257bdeb (diff) | |
download | cpython-dd1be619e25b237925d358dc43adb628415d91cf.zip cpython-dd1be619e25b237925d358dc43adb628415d91cf.tar.gz cpython-dd1be619e25b237925d358dc43adb628415d91cf.tar.bz2 |
make plural s lowercase
-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. |