Skip to content

Commit e1b4653

Browse files
committed
Explain example in docs
1 parent ec9f9c0 commit e1b4653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/search_dsl.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ To specify a suggest request on your ``Search`` object use the ``suggest`` metho
425425

426426
.. code:: python
427427
428+
# check for correct spelling
428429
s = s.suggest('my_suggestion', 'pyhton', term={'field': 'title'})
429430
430431
The first argument is the name of the suggestions (name under which it will be

0 commit comments

Comments
 (0)