Skip to content

Commit 00aa1f4

Browse files
authored
convert_files_to_docs typo (#2546)
1 parent 2d03a26 commit 00aa1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/Tutorial1_Basic_QA_Pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import logging
1313
from haystack.document_stores import ElasticsearchDocumentStore
14-
from haystack.utils import clean_wiki_text, convert_files_to_dicts, fetch_archive_from_http, print_answers, launch_es
14+
from haystack.utils import clean_wiki_text, convert_files_to_docs, fetch_archive_from_http, print_answers, launch_es
1515
from haystack.nodes import FARMReader, TransformersReader, BM25Retriever
1616

1717

0 commit comments

Comments
 (0)