From a5b4dcbb414bdc51ad50439bf82ec39055084a09 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Mon, 10 Jan 2022 03:22:37 -0500 Subject: Typo and typing in GraphCommands documentation (#1855) --- redis/commands/graph/commands.py | 4 ++-- 1 file 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. """ -- cgit v1.2.1