Skip to content

Commit 523f831

Browse files
authored
Add missing 'import' in documentation example
1 parent 620ddc8 commit 523f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search_dsl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ A simple example is below
445445
.. code:: python
446446
447447
from elasticsearch_dsl.query import MoreLikeThis
448-
from elasticsearch_dsl Search
448+
from elasticsearch_dsl import Search
449449
450450
my_text = 'I want to find something similar'
451451

0 commit comments

Comments
 (0)