Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: BoazBD <[email protected]>
  • Loading branch information
BoazBD committed Oct 28, 2024
1 parent 388afc1 commit 8efd620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/server_modules/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ async def objlen(
>>> await json.objlen(client, "doc", ".b")
3 # Returns the length of the nested object at path '.b', which has 3 keys.
>>> await json.objlen(client, "doc", "$..a")
[None, 2]
[None, 2]
>>> await json.objlen(client, "doc")
2 # Returns the number of key-value pairs for the object matching the path '.', which has 2 keys: 'a' and 'b'.
"""
Expand Down

0 comments on commit 8efd620

Please sign in to comment.