aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-25 10:55:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-28 00:01:43 +0200
commita4764ff00afff0840fb7e92c73d5137281fbc4b9 (patch)
treeff50b59cc5f02f2d11cef919a527cd414e8fc039
parent5478ab1ecea15b506c1c286af1aa8ec89f26aa10 (diff)
downloadguix-a4764ff00afff0840fb7e92c73d5137281fbc4b9.tar
guix-a4764ff00afff0840fb7e92c73d5137281fbc4b9.tar.gz
gnu: python-fakeredis: Edit description.
* gnu/packages/databases.scm (python-fakeredis)[description]: Fix (upstream) typo. Get carried away.
-rw-r--r--gnu/packages/databases.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9e8c9d8f9e..9c966494ad 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2673,12 +2673,14 @@ parsing code in hiredis. It primarily speeds up parsing of multi bulk replies."
`(#:tests? #f))
(home-page "https://github.com/jamesls/fakeredis")
(synopsis "Fake implementation of redis API for testing purposes")
- (description "Fakeredis is a pure python implementation of the redis-py
-python client that simulates talking to a redis server. This was created for a
-single purpose: to write unittests. Setting up redis is not hard, but many time
- you want to write unittests that do not talk to an external server (such as
-redis). This module now allows tests to simply use this module as a reasonable
-substitute for redis.")
+ (description
+ "Fakeredis is a pure-Python implementation of the redis-py Python client
+that simulates talking to a redis server. It was created for a single purpose:
+to write unit tests.
+
+Setting up redis is not hard, but one often wants to write unit tests that don't
+talk to an external server such as redis. This module can be used as a
+reasonable substitute.")
(license license:bsd-3)))
(define-public python2-fakeredis