Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Oct 14, 2024
1 parent 80007c8 commit f9c7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distance.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
In this module, we implement distance functions and compare them to the
corresponding functions in the scipy.spatial.distance module.
The functions in this module are typically around 10 to 50 times faster.
The functions using bitarray are typically around 50 to 200 times faster.
"""
from time import perf_counter

Expand Down

0 comments on commit f9c7b7b

Please sign in to comment.