Skip to content

Commit fddd3d6

Browse files
authored
Fix topk list example. (#2724)
1 parent d6bb457 commit fddd3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/redismodules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ These are the commands for interacting with the `RedisBloom module <https://redi
4444
import redis
4545
r = redis.Redis()
4646
r.topk().reserve("mytopk", 3, 50, 4, 0.9)
47-
r.topk().info("mytopk)
47+
r.topk().info("mytopk")
4848
4949
.. automodule:: redis.commands.bf.commands
5050
:members: BFCommands, CFCommands, CMSCommands, TOPKCommands

0 commit comments

Comments
 (0)