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

* gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis]
[description]: Pick nits.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -194,12 +194,12 @@ other HTTP libraries.")
`(("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)))