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

* gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
This commit is contained in:
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

View file

@ -2759,7 +2759,7 @@ (define-public python-trollius-redis
(home-page "https://github.com/benjolitz/trollius-redis")
(synopsis "Port of asyncio-redis to trollius")
(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.")
(license license:bsd-2)))