Skip to content

Commit 10ed2a8

Browse files
authored
Merge pull request #652 from mhmohona/patch-1
Fixing SyntaxError
2 parents b90ff94 + d9a8dc4 commit 10ed2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The sentences (texts) are mapped such that sentences with similar meanings are c
3030

3131
```python
3232
from sentence_transformers import SentenceTransformer, util
33-
model = SentenceTransformer('paraphrase-distilroberta-base-v1)
33+
model = SentenceTransformer('paraphrase-distilroberta-base-v1')
3434

3535
#Sentences are encoded by calling model.encode()
3636
emb1 = model.encode("This is a red cat with a hat.")

0 commit comments

Comments
 (0)