Skip to content

Commit 6c69155

Browse files
committed
minor improvement in docstring
1 parent c2073ef commit 6c69155

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
@@ -570,11 +570,11 @@ def check_window_size(m, max_size=None, excl_zone=None, last_start_index=None):
570570
The maximum window size allowed
571571
572572
excl_zone : int, default None
573-
The exclusion zone. If provided, then the `last_start_index` must also be
573+
Size of the exclusion zone. If provided, then the `last_start_index` must also be
574574
provided.
575575
576576
last_start_index : int, default None
577-
The start index of last subsequence.
577+
Start index of the last subsequence
578578
579579
Returns
580580
-------

0 commit comments

Comments
 (0)