Skip to content

Commit ce28c55

Browse files
Update redis/commands/search/commands.py - docstring fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 99dbbc7 commit ce28c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/search/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ async def hybrid_search(
10691069
- **cursor**: HybridCursorQuery object - contains the cursor configuration
10701070
10711071
1072-
For more information see `FT.SEARCH <https://redis.io/commands/ft.hybrid>`.
1072+
For more information see `FT.HYBRID <https://redis.io/commands/ft.hybrid>`.
10731073
"""
10741074
index = self.index_name
10751075
options = {}

0 commit comments

Comments
 (0)