summaryrefslogtreecommitdiff
path: root/redis/commands
diff options
context:
space:
mode:
authorKolja Lampe <razzeee@gmail.com>2022-03-10 09:02:40 +0100
committerGitHub <noreply@github.com>2022-03-10 10:02:40 +0200
commit8d949a3f39bc6fe17ee90009e78f17b32f69899a (patch)
treebdcb963db318a289a05fd88b80978fd9bf839b5a /redis/commands
parent6df00190f386f50c5ac5c0b34f30c547dfd40b5c (diff)
downloadredis-py-8d949a3f39bc6fe17ee90009e78f17b32f69899a.tar.gz
Fix typo (#2043)
Diffstat (limited to 'redis/commands')
-rw-r--r--redis/commands/search/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py
index 158beec..a63868f 100644
--- a/redis/commands/search/commands.py
+++ b/redis/commands/search/commands.py
@@ -470,7 +470,7 @@ class SearchCommands:
An `AggregateResult` object is returned. You can access the rows from
its `rows` property, which will always yield the rows of the result.
- Fpr more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
+ For more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
""" # noqa
if isinstance(query, AggregateRequest):
has_cursor = bool(query._cursor)