File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def prep_docs(
7272 if doc_ids is not None :
7373 if docs [0 ].doc_id is not None :
7474 print (
75- "Overriding doc_ids passed within the Document objects with explicitely passed doc_ids!"
75+ "Overriding doc_ids passed within the Document objects with explicitly passed doc_ids!"
7676 )
7777 print (
7878 "This is not the preferred way of doing so, please double-check your code."
@@ -91,7 +91,7 @@ def prep_docs(
9191 if metadata is not None :
9292 if docs [0 ].meatadata is not None :
9393 print (
94- "Overriding doc_ids passed within the Document objects with explicitely passed doc_ids!"
94+ "Overriding doc_ids passed within the Document objects with explicitly passed doc_ids!"
9595 )
9696 print (
9797 "This is not the preferred way of doing so, please double-check your code."
You can’t perform that action at this time.
0 commit comments