diff options
Diffstat (limited to 'redis/commands/search/commands.py')
-rw-r--r-- | redis/commands/search/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py index f02805e..3bd7d47 100644 --- a/redis/commands/search/commands.py +++ b/redis/commands/search/commands.py @@ -527,7 +527,7 @@ class SearchCommands: cmd += query.get_args() cmd += self.get_params_args(query_params) else: - raise ValueError("Must provide AggregateRequest object or " "Query object.") + raise ValueError("Must provide AggregateRequest object or Query object.") res = self.execute_command(*cmd) |