summaryrefslogtreecommitdiff
path: root/redis/commands/search/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/search/commands.py')
-rw-r--r--redis/commands/search/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py
index 5a9f6fe..10b5762 100644
--- a/redis/commands/search/commands.py
+++ b/redis/commands/search/commands.py
@@ -167,7 +167,7 @@ class SearchCommands:
### Parameters:
- **delete_documents**: If `True`, all documents will be deleted.
-
+
For more information see `FT.DROPINDEX <https://redis.io/commands/ft.dropindex>`_.
""" # noqa
keep_str = "" if delete_documents else "KEEPDOCS"