guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: python-sockjs-tornado: Edit synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: python-sockjs-tornado: Edit synopsis & description.
Date: Mon, 10 Sep 2018 12:32:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f7fe26f83e7d501a7231adf98ac81d58a5d724e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 18:17:11 2018 +0200

    gnu: python-sockjs-tornado: Edit synopsis & description.
    
    * gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis]
    [description]: Pick nits.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fd76c0c..8509728 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]