summaryrefslogtreecommitdiff
path: root/docs/redismodules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/redismodules.rst')
-rw-r--r--docs/redismodules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index a133f03..2ac4651 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -44,7 +44,7 @@ These are the commands for interacting with the `RedisBloom module <https://redi
import redis
r = redis.Redis()
r.topk().reserve("mytopk", 3, 50, 4, 0.9)
- r.topk().info("mytopk)
+ r.topk().info("mytopk")
.. automodule:: redis.commands.bf.commands
:members: BFCommands, CFCommands, CMSCommands, TOPKCommands