summary refs log tree commit diff
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2019-07-12 23:41:10 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-15 12:48:49 +0200
commitbd105b78b018ce3ac921111f126204437b55a8f1 (patch)
tree501984689a1309ccc18932d1376c780edeb2fc2c
parenteb71211478e44d093ec907a66c7d70867e259303 (diff)
downloadguix-bd105b78b018ce3ac921111f126204437b55a8f1.tar.gz
gnu: python-aiorpcx: capitalize description
* gnu/packages/python-web.scm (python-aiorpcx): capitalize description

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1b899871d8..7047c515e2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -168,8 +168,8 @@ using @url{https://github.com/saghul/pycares,pycares}.")
     (home-page "https://github.com/kyuupichan/aiorpcX")
     (synopsis "Generic asyncio RPC implementation")
     (description
-     "aiorpcX is a generic asyncio library implementation of RPC suitable for
-an application that is a client, server or both.
+     "The aiorpcX library is a generic asyncio implementation of RPC suitable
+for an application that is a client, server or both.
 
 The package includes a module with full coverage of JSON RPC versions 1.0 and
 2.0, JSON RPC protocol auto-detection, and arbitrary message framing.  It also