Skip to content

Commit c5b2c19

Browse files
authored
Merge pull request #27 from eltociear/patch-1
chore: update utils.py
2 parents 476636a + 1ef0ecf commit c5b2c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rerankers/utils.py

+2-2
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)