Skip to content

Commit c21f273

Browse files
committed
Fixed typo
1 parent aa08770 commit c21f273

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stumpy/stump.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def stump(T_A, m, T_B=None, ignore_trivial=True):
314314
Returns
315315
-------
316316
out : ndarray
317-
The first column consistsn of the matrix profile, the second column
317+
The first column consists of the matrix profile, the second column
318318
consists of the matrix profile indices, the third column consists of
319319
the left matrix profile indices, and the fourth column consists of
320320
the right matrix profile indices.
@@ -394,4 +394,4 @@ def stump(T_A, m, T_B=None, ignore_trivial=True):
394394
logger.warning(f"A large number of values are smaller than {threshold}.")
395395
logger.warning("For a self-join, try setting `ignore_trivial = True`.")
396396

397-
return out
397+
return out

stumpy/stumped.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def stumped(dask_client, T_A, m, T_B=None, ignore_trivial=False):
3535
Returns
3636
-------
3737
out : ndarray
38-
The first column consistsn of the matrix profile, the second column
38+
The first column consists of the matrix profile, the second column
3939
consists of the matrix profile indices, the third column consists of
4040
the left matrix profile indices, and the fourth column consists of
4141
the right matrix profile indices.

0 commit comments

Comments
 (0)