Skip to content

Commit 9d70719

Browse files
ashikshezandvora-h
andauthored
doc: redismodules.rst fix (#2429)
Parentheses were not closed Co-authored-by: dvora-h <[email protected]>
1 parent 1c2461d commit 9d70719

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
@@ -91,7 +91,7 @@ These are the commands for interacting with the `RedisJSON module <https://redis
9191
9292
import redis
9393
r = redis.Redis()
94-
r.json().set("mykey", ".", {"hello": "world", "i am": ["a", "json", "object!"]}
94+
r.json().set("mykey", ".", {"hello": "world", "i am": ["a", "json", "object!"]})
9595
9696
Examples of how to combine search and json can be found `here <examples/search_json_examples.html>`_.
9797

0 commit comments

Comments
 (0)