gnu: python-ndg-httpsclient: Tweak description.

* gnu/packages/python-web.scm (python-ndg-httpsclient)[description]:
Add some punctuation.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -1076,9 +1076,9 @@ facilities for defining, registering and looking up components.")
`(("python-pyopenssl" ,python-pyopenssl)))
(synopsis "HTTPS support for Python's 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
over the default provided with Python and importantly enables full verification
of the SSL peer.")
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.")
(home-page "https://github.com/cedadev/ndg_httpsclient/")
(license license:bsd-3)))