mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-aiorpcx: capitalize description
* gnu/packages/python-web.scm (python-aiorpcx): capitalize description Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eb71211478
commit
bd105b78b0
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ (define-public python-aiorpcx
|
||||||
(home-page "https://github.com/kyuupichan/aiorpcX")
|
(home-page "https://github.com/kyuupichan/aiorpcX")
|
||||||
(synopsis "Generic asyncio RPC implementation")
|
(synopsis "Generic asyncio RPC implementation")
|
||||||
(description
|
(description
|
||||||
"aiorpcX is a generic asyncio library implementation of RPC suitable for
|
"The aiorpcX library is a generic asyncio implementation of RPC suitable
|
||||||
an application that is a client, server or both.
|
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
|
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.0, JSON RPC protocol auto-detection, and arbitrary message framing. It also
|
||||||
|
|
Loading…
Reference in a new issue