mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-trollius-redis: Fix typo "asynchronous".
* gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
This commit is contained in:
parent
49369a0130
commit
d087a3a6c1
1 changed files with 1 additions and 1 deletions
|
@ -2759,7 +2759,7 @@ (define-public python-trollius-redis
|
||||||
(home-page "https://github.com/benjolitz/trollius-redis")
|
(home-page "https://github.com/benjolitz/trollius-redis")
|
||||||
(synopsis "Port of asyncio-redis to trollius")
|
(synopsis "Port of asyncio-redis to trollius")
|
||||||
(description "@code{trollius-redis} is a Redis client for Python
|
(description "@code{trollius-redis} is a Redis client for Python
|
||||||
trollius. It is an asynchronious IO (PEP 3156) implementation of the
|
trollius. It is an asynchronous IO (PEP 3156) implementation of the
|
||||||
Redis protocol.")
|
Redis protocol.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue