We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab78ef commit 7472782Copy full SHA for 7472782
hypothesis-python/src/hypothesis/extra/redis.py
@@ -19,7 +19,8 @@
19
20
21
class RedisExampleDatabase(ExampleDatabase):
22
- """Store Hypothesis examples as sets in the given :class:`redis.Redis` datastore.
+ """Store Hypothesis examples as sets in the given :class:`~redis.client.Redis`
23
+ datastore.
24
25
This is particularly useful for shared databases, as per the recipe
26
for a :class:`~hypothesis.database.MultiplexedDatabase`.
0 commit comments