Skip to content

Commit 99dbbc7

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

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
@@ -581,7 +581,7 @@ def hybrid_search(
581581
- **cursor**: HybridCursorQuery object - contains the cursor configuration
582582
583583
584-
For more information see `FT.SEARCH <https://redis.io/commands/ft.hybrid>`.
584+
For more information see `FT.HYBRID <https://redis.io/commands/ft.hybrid>`.
585585
"""
586586
index = self.index_name
587587
options = {}

0 commit comments

Comments
 (0)