Skip to content

Commit

Permalink
[readme] fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Oct 25, 2021
1 parent e767517 commit 87c6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ This exception contains the most similar language along with its similarity:
... print("Its similarity from the passed input is:", str(error.similarity))
```

> If you find the default threshold given to the language search, you can always change it by passing the `threshold` parameter when initializing a `Language`:
> If you find that the default threshold given to the language search is too low, you can always change it by passing the `threshold` parameter when initializing a `Language`:
```python
>>> from translatepy import Language
Expand Down

0 comments on commit 87c6d7e

Please sign in to comment.