Skip to content

Commit

Permalink
Add missing 'import' in documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
cspollar committed Jan 18, 2022
1 parent 620ddc8 commit 523f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search_dsl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ A simple example is below
.. code:: python
from elasticsearch_dsl.query import MoreLikeThis
from elasticsearch_dsl Search
from elasticsearch_dsl import Search
my_text = 'I want to find something similar'
Expand Down

0 comments on commit 523f831

Please sign in to comment.