gnu: python-sockjs-tornado: Edit synopsis & description.

* gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis]
[description]: Pick nits.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-10 18:17:11 +02:00
parent 98d6543f86
commit 1f7fe26f83
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -194,12 +194,12 @@ (define-public python-sockjs-tornado
`(("python-tornado" ,python-tornado)))
(home-page "https://github.com/mrjoes/sockjs-tornado/")
(synopsis
"SockJS python server implementation on top of Tornado framework")
"SockJS Python server implementation on top of the Tornado framework")
(description
"SockJS-tornado provides the server side counterpart to a SockJS client
"SockJS-tornado provides the server-side counterpart to a SockJS client
library, through the Tornado framework.
SockJS provides a low latency, full duplex, cross-domain communication channel
SockJS provides a low-latency, full-duplex, cross-domain communication channel
between a web browser and web server.")
(license license:expat)))