From 0244f034110ebdd24e9e0e4fe1ad50530dcc99cf Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 5 Oct 2016 13:05:33 -0400 Subject: [PATCH] DOC: Fix typo in comment. --- tests/pipeline/test_adjusted_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(