We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df0019 commit 8d949a3Copy full SHA for 8d949a3
redis/commands/search/commands.py
@@ -470,7 +470,7 @@ def aggregate(
470
An `AggregateResult` object is returned. You can access the rows from
471
its `rows` property, which will always yield the rows of the result.
472
473
- Fpr more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
+ For more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
474
""" # noqa
475
if isinstance(query, AggregateRequest):
476
has_cursor = bool(query._cursor)
0 commit comments