diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 18:17:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 18:21:59 +0200 |
commit | 1f7fe26f83e7d501a7231adf98ac81d58a5d724e (patch) | |
tree | d99f463fc0fd3f5cccf62832c556f778c62461d6 | |
parent | 98d6543f86d01486c2f6e808eedd97c601ba3e7a (diff) | |
download | guix-1f7fe26f83e7d501a7231adf98ac81d58a5d724e.tar guix-1f7fe26f83e7d501a7231adf98ac81d58a5d724e.tar.gz |
gnu: python-sockjs-tornado: Edit synopsis & description.
* gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis]
[description]: Pick nits.
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index fd76c0c60c..85097289dc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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))) |