[PATCH 2/2] gnu: python-aiorpcx: capitalize description

  • Done
  • quality assurance status badge
Details
2 participants
  • Arne Babenhauserheide
  • Ludovic Courtès
Owner
unassigned
Submitted by
Arne Babenhauserheide
Severity
normal
A
A
Arne Babenhauserheide wrote on 12 Jul 2019 23:41
(address . guix-patches@gnu.org)(name . Arne Babenhauserheide)(address . arne_bab@web.de)
20190712214110.23718-3-arne_bab@web.de
* gnu/packages/python-web.scm (python-aiorpcx): capitalize description
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (15 lines)
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
--
2.22.0
L
L
Ludovic Courtès wrote on 15 Jul 2019 12:44
(name . Arne Babenhauserheide)(address . arne_bab@web.de)(address . 36629-done@debbugs.gnu.org)
87zhlfpog0.fsf@gnu.org
Arne Babenhauserheide <arne_bab@web.de> skribis:

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

Applied, thanks!
Closed
?