Skip to content

Commit 4eb383e

Browse files
Fixed typo (#1017)
Fixed typo in mmotifs docs
1 parent 2770a88 commit 4eb383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/mmotifs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def mmotifs(
5555
subsequence must have at least one similar match in order to be considered a
5656
motif.
5757
58-
max_distance : flaot, default None
58+
max_distance : float, default None
5959
Maximal distance that is allowed between a query subsequence
6060
(a candidate motif) and all subsequences in ``T`` to be considered as a
6161
match. If ``None``, this defaults to

0 commit comments

Comments
 (0)