From 2ffcf46199b80042386d8337f62154ce0792c5c5 Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Wed, 9 Mar 2022 23:23:55 +0100 Subject: [PATCH] Fix typo --- redis/commands/search/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py index 158beec0de..a63868f98a 100644 --- a/redis/commands/search/commands.py +++ b/redis/commands/search/commands.py @@ -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)