gnu: python-ndg-httpsclient: Tweak description.

* gnu/packages/python-web.scm (python-ndg-httpsclient)[description]:
Add some punctuation.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-13 00:36:33 +02:00
parent 9b1125bc6c
commit eed0f1e872
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1076,9 +1076,9 @@ (define-public python-ndg-httpsclient
`(("python-pyopenssl" ,python-pyopenssl))) `(("python-pyopenssl" ,python-pyopenssl)))
(synopsis "HTTPS support for Python's httplib and urllib2") (synopsis "HTTPS support for Python's httplib and urllib2")
(description "This is a HTTPS client implementation for httplib and urllib2 (description "This is a HTTPS client implementation for httplib and urllib2
based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation
over the default provided with Python and importantly enables full verification over the default provided with Python and, importantly, enables full
of the SSL peer.") verification of the SSL peer.")
(home-page "https://github.com/cedadev/ndg_httpsclient/") (home-page "https://github.com/cedadev/ndg_httpsclient/")
(license license:bsd-3))) (license license:bsd-3)))