diff --git a/tests/pipeline/test_adjusted_array.py b/tests/pipeline/test_adjusted_array.py index 5f4b4def..cc6d05e9 100644 --- a/tests/pipeline/test_adjusted_array.py +++ b/tests/pipeline/test_adjusted_array.py @@ -434,7 +434,7 @@ def _gen_expectations(baseline, for windowlen, perspective_offset in product(valid_window_lengths(nrows), perspective_offsets): - # How long an an iterator of length-N windows on this buffer? + # How long is an iterator of length-N windows on this buffer? # For example, for a window of length 3 on a buffer of length 6, there # are four valid windows. num_legal_windows = num_windows_of_length_M_on_buffers_of_length_N(