Skip to content

Commit

Permalink
Fix typo in dense.py (#545)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
guillim committed Nov 4, 2020
1 parent 46fac41 commit 531d6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/retriever/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __init__(
from sentence_transformers import SentenceTransformer
except ImportError:
raise ImportError("Can't find package `sentence-transformers` \n"
"You can install it via `pip install sentece-transformers` \n"
"You can install it via `pip install sentence-transformers` \n"
"For details see https://github.com/UKPLab/sentence-transformers ")
# pretrained embedding models coming from: https://github.com/UKPLab/sentence-transformers#pretrained-models
# e.g. 'roberta-base-nli-stsb-mean-tokens'
Expand Down

0 comments on commit 531d6a1

Please sign in to comment.