diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:02:37 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:47 -0700 |
commit | d087a3a6c186beb548649046599e006c233d9561 (patch) | |
tree | 03cbe37259ab0c119a5d6861271263b58a483fc8 | |
parent | 49369a013009b10f179da141528ae746b779a450 (diff) | |
download | patches-d087a3a6c186beb548649046599e006c233d9561.tar patches-d087a3a6c186beb548649046599e006c233d9561.tar.gz |
gnu: python-trollius-redis: Fix typo "asynchronous".
* gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 500108b468..8eba40800e 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2759,7 +2759,7 @@ is designed to have a low barrier to entry.") (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))) |