diff mbox series

[bug#36629,2/2] gnu: python-aiorpcx: capitalize description

Message ID 20190712214110.23718-3-arne_bab@web.de
State Accepted
Headers show
Series [bug#36628,1/2] gnu: pngcrush: fix typo in description | expand

Commit Message

Dr. Arne Babenhauserheide July 12, 2019, 9:41 p.m. UTC
* gnu/packages/python-web.scm (python-aiorpcx): capitalize description
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.22.0

Comments

Ludovic Courtès July 15, 2019, 10:44 a.m. UTC | #1
Arne Babenhauserheide <arne_bab@web.de> skribis:

> * gnu/packages/python-web.scm (python-aiorpcx): capitalize description

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 35f471084f..e07951978e 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