Skip to content

Commit

Permalink
Fix typo (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 10, 2022
1 parent 6df0019 commit 8d949a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/commands/search/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def aggregate(
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)
Expand Down

0 comments on commit 8d949a3

Please sign in to comment.