Skip to content

Commit

Permalink
Fix typos (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 24, 2023
1 parent 437a5ee commit d11e5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
<a href="https://github.com/maxbachmann/JaroWinkler/actions">
<img src="https://github.com/maxbachmann/JaroWinkler/workflows/Build/badge.svg"
alt="Continous Integration">
alt="Continuous Integration">
</a>
<a href="https://pypi.org/project/jarowinkler/">
<img src="https://img.shields.io/pypi/v/jarowinkler"
Expand Down Expand Up @@ -60,7 +60,7 @@ pip install git+https://github.com/maxbachmann/JaroWinkler.git@main

## 📖 Usage

Any algorithms in JaroWinkler can not only be used with strings, but with any arbitary sequences of hashable objects:
Any algorithms in JaroWinkler can not only be used with strings, but with any arbitrary sequences of hashable objects:
```python
from jarowinkler import jarowinkler_similarity

Expand Down
2 changes: 1 addition & 1 deletion bench/benchmark_visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

plt.xticks(list(range(0, 513, 64)))

plt.title("Performance comparision of the \nJaro-Winkler similarity in different libraries")
plt.title("Performance comparison of the \nJaro-Winkler similarity in different libraries")
plt.xlabel("string length [in characters]")
plt.ylabel("runtime [μs]")
ax.set_xlim(xmin=0)
Expand Down
2 changes: 1 addition & 1 deletion bench/results/JaroWinkler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d11e5a7

Please sign in to comment.