summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>2022-01-10 03:22:37 -0500
committerGitHub <noreply@github.com>2022-01-10 10:22:37 +0200
commita5b4dcbb414bdc51ad50439bf82ec39055084a09 (patch)
tree7910b48278e93ed57228ccf43a8b8ec044810b50
parent1fc1233ffd9e925ecfb7d9ad83a9641a03508985 (diff)
downloadredis-py-a5b4dcbb414bdc51ad50439bf82ec39055084a09.tar.gz
Typo and typing in GraphCommands documentation (#1855)
-rw-r--r--redis/commands/graph/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/commands/graph/commands.py b/redis/commands/graph/commands.py
index 1db8275..fa0a9da 100644
--- a/redis/commands/graph/commands.py
+++ b/redis/commands/graph/commands.py
@@ -35,7 +35,7 @@ class GraphCommands:
Args:
- q :
+ q : str
The query.
params : dict
Query parameters.
@@ -178,7 +178,7 @@ class GraphCommands:
name : str
The name of the configuration
value :
- The value we want to ser (can be used only when `set` is on)
+ The value we want to set (can be used only when `set` is on)
set : bool
Turn on to set a configuration. Default behavior is get.
"""