summaryrefslogtreecommitdiffstats
path: root/python/ndg_httpsclient
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:04:41 +0100
committer B. Watson2022-03-17 17:37:55 +0100
commit1286eefcf5663a3fee8e396be6b99deb03055cd2 (patch)
tree328cb3c96058c454786b0a994b3a6cf580d0d4f5 /python/ndg_httpsclient
parent47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9 (diff)
downloadslackbuilds-1286eefcf5663a3fee8e396be6b99deb03055cd2.tar.gz
python/ndg_httpsclient: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/ndg_httpsclient')
-rw-r--r--python/ndg_httpsclient/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/ndg_httpsclient/README b/python/ndg_httpsclient/README
index 1defa48571..6b7fade162 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.