Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jan 31, 2022
1 parent d0f1fb3 commit 022762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentence_transformers/SentenceTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def tokenizer(self):
@tokenizer.setter
def tokenizer(self, value):
"""
Property to set the tokenizer that is should used by this model
Property to set the tokenizer that should be used by this model
"""
self._first_module().tokenizer = value

Expand Down

0 comments on commit 022762e

Please sign in to comment.