diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:23 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | e0ddae34a8bd1a0ea4c4e4969f36eb8972853d44 (patch) | |
tree | 94b25f5f469ba264ecbccb9c3b9687855bd38d33 /python/ndg_httpsclient/slack-desc | |
parent | 6bd2cb7ca5116eacd715dc1485f06558f50dca0c (diff) | |
download | slackbuilds-e0ddae34a8bd1a0ea4c4e4969f36eb8972853d44.tar.gz |
python/ndg_httpsclient: Fix slack-desc.
Diffstat (limited to 'python/ndg_httpsclient/slack-desc')
-rw-r--r-- | python/ndg_httpsclient/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndg_httpsclient/slack-desc b/python/ndg_httpsclient/slack-desc index 9db1b9d6a3..6324b47643 100644 --- a/python/ndg_httpsclient/slack-desc +++ b/python/ndg_httpsclient/slack-desc @@ -9,7 +9,7 @@ ndg_httpsclient: ndg_httpsclient (enhanced HTTPS support) ndg_httpsclient: ndg_httpsclient: This is a HTTPS client implementation for httplib and urllib2 based -ndg_httpsclient: on PyOpenSSL. PyOpenSSL provides a more fully featured SSL +ndg_httpsclient: on PyOpenSSL. PyOpenSSL provides a more fully featured SSL ndg_httpsclient: implementation over the default provided with Python and importantly ndg_httpsclient: enables full verification of the SSL peer. ndg_httpsclient: |