Skip to content

Commit

Permalink
Typo and typing in GraphCommands documentation (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Jan 10, 2022
1 parent 1fc1233 commit a5b4dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/commands/graph/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def query(self, q, params=None, timeout=None, read_only=False, profile=False):
Args:
q :
q : str
The query.
params : dict
Query parameters.
Expand Down Expand Up @@ -178,7 +178,7 @@ def config(self, name, value=None, set=False):
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.
"""
Expand Down

0 comments on commit a5b4dcb

Please sign in to comment.