File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def prep_docs(
72
72
if doc_ids is not None :
73
73
if docs [0 ].doc_id is not None :
74
74
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!"
76
76
)
77
77
print (
78
78
"This is not the preferred way of doing so, please double-check your code."
@@ -91,7 +91,7 @@ def prep_docs(
91
91
if metadata is not None :
92
92
if docs [0 ].meatadata is not None :
93
93
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!"
95
95
)
96
96
print (
97
97
"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