Skip to content

Commit a5b4dcb

Browse files
Typo and typing in GraphCommands documentation (#1855)
1 parent 1fc1233 commit a5b4dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/commands/graph/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def query(self, q, params=None, timeout=None, read_only=False, profile=False):
3535
3636
Args:
3737
38-
q :
38+
q : str
3939
The query.
4040
params : dict
4141
Query parameters.
@@ -178,7 +178,7 @@ def config(self, name, value=None, set=False):
178178
name : str
179179
The name of the configuration
180180
value :
181-
The value we want to ser (can be used only when `set` is on)
181+
The value we want to set (can be used only when `set` is on)
182182
set : bool
183183
Turn on to set a configuration. Default behavior is get.
184184
"""

0 commit comments

Comments
 (0)