Skip to content

Commit 6f04ca1

Browse files
committed
Docs: Resolve "block quote ends without a blank line" warning
1 parent 790e1a0 commit 6f04ca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

redis/commands/search/commands.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -627,13 +627,13 @@ def spellcheck(self, query, distance=None, include=None, exclude=None):
627627
"""
628628
Issue a spellcheck query
629629
630-
### Parameters
630+
Args:
631631
632-
**query**: search query.
633-
**distance***: the maximal Levenshtein distance for spelling
632+
query: search query.
633+
distance: the maximal Levenshtein distance for spelling
634634
suggestions (default: 1, max: 4).
635-
**include**: specifies an inclusion custom dictionary.
636-
**exclude**: specifies an exclusion custom dictionary.
635+
include: specifies an inclusion custom dictionary.
636+
exclude: specifies an exclusion custom dictionary.
637637
638638
For more information see `FT.SPELLCHECK <https://redis.io/commands/ft.spellcheck>`_.
639639
""" # noqa

0 commit comments

Comments
 (0)