gnu: python-trollius-redis: Fix typo "asynchronous".

* gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 16:02:37 -07:00
parent 49369a0130
commit d087a3a6c1
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -2759,7 +2759,7 @@ is designed to have a low barrier to entry.")
(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)))