diff options
| author | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:47:49 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2014-10-19 14:47:49 (GMT) |
| commit | 9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11 (patch) | |
| tree | 87ac876f402e55d92be7977170bf78210085f147 | |
| parent | b6dc9b7554517f97c8474bb58a059a5d036745d2 (diff) | |
| download | cpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.zip cpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.tar.gz cpython-9fc59c9fc2927317f4f046d4b4f1aa1c3253ca11.tar.bz2 | |
make plural s lowercase
| -rw-r--r-- | Doc/library/xmlrpc.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index 6471ba2..d6360df 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. |
