Skip to content

Commit be4d6bb

Browse files
committed
minor change in the description of function
1 parent 917fcc4 commit be4d6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stumpy/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ def check_window_size(m, max_size=None, n=None):
558558
"""
559559
Check the window size and ensure that it is greater than or equal to 3 and, if
560560
`max_size` is provided, ensure that the window size is less than or equal to the
561-
`max_size`. Furthermore, if `n` is provided, then it checks if there is
562-
at least one subsequence with no non-trivial neighbor in a self-join.
561+
`max_size`. Furthermore, if `n` is provided, then it checks whether all
562+
subsequences have at least one non-trivial neighbor in a self-join.
563563
564564
Parameters
565565
----------

0 commit comments

Comments
 (0)