Skip to content

Commit 8d949a3

Browse files
authored
Fix typo (#2043)
1 parent 6df0019 commit 8d949a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/search/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def aggregate(
470470
An `AggregateResult` object is returned. You can access the rows from
471471
its `rows` property, which will always yield the rows of the result.
472472
473-
Fpr more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
473+
For more information: https://oss.redis.com/redisearch/Commands/#ftaggregate
474474
""" # noqa
475475
if isinstance(query, AggregateRequest):
476476
has_cursor = bool(query._cursor)

0 commit comments

Comments
 (0)