diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:04:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 1286eefcf5663a3fee8e396be6b99deb03055cd2 (patch) | |
tree | 328cb3c96058c454786b0a994b3a6cf580d0d4f5 /python/ndg_httpsclient/README | |
parent | 47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9 (diff) |
python/ndg_httpsclient: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/ndg_httpsclient/README')
-rw-r--r-- | python/ndg_httpsclient/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/ndg_httpsclient/README b/python/ndg_httpsclient/README index 1defa4857103..6b7fade1628e 100644 --- a/python/ndg_httpsclient/README +++ b/python/ndg_httpsclient/README @@ -1,4 +1,4 @@ -This is a HTTPS client implementation for httplib and urllib2 based -on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation -over the default provided with Python and importantly enables full +This is a HTTPS client implementation for httplib and urllib2 based on +PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation +over the default provided with Python and importantly enables full verification of the SSL peer. |