Skip to content

Commit 7472782

Browse files
committed
Fix docs link
Moved in upstream docs reorg; we'll change back if this is reverted.
1 parent fab78ef commit 7472782

File tree

1 file changed

+2
-1
lines changed
  • hypothesis-python/src/hypothesis/extra

1 file changed

+2
-1
lines changed

hypothesis-python/src/hypothesis/extra/redis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020

2121
class RedisExampleDatabase(ExampleDatabase):
22-
"""Store Hypothesis examples as sets in the given :class:`redis.Redis` datastore.
22+
"""Store Hypothesis examples as sets in the given :class:`~redis.client.Redis`
23+
datastore.
2324
2425
This is particularly useful for shared databases, as per the recipe
2526
for a :class:`~hypothesis.database.MultiplexedDatabase`.

0 commit comments

Comments
 (0)