Skip to content

Commit adba167

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent c60906c commit adba167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

valkey/commands/search/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def get(self, *ids):
441441

442442
def info(self):
443443
"""
444-
Get info and stats about the the current index, including the number of
444+
Get info and stats about the current index, including the number of
445445
documents, memory consumption, etc
446446
447447
For more information see `FT.INFO <https://valkey.io/commands/ft.info>`_.
@@ -898,7 +898,7 @@ def syndump(self):
898898
class AsyncSearchCommands(SearchCommands):
899899
async def info(self):
900900
"""
901-
Get info and stats about the the current index, including the number of
901+
Get info and stats about the current index, including the number of
902902
documents, memory consumption, etc
903903
904904
For more information see `FT.INFO <https://valkey.io/commands/ft.info>`_.

0 commit comments

Comments
 (0)