diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
commit | ef5684564e3074daf614846f30bfdd7f15f5254f (patch) | |
tree | 1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/lib/tests/test_stride_tricks.py | |
parent | 23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff) | |
download | numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz |
ENH: Spelling fixes
Diffstat (limited to 'numpy/lib/tests/test_stride_tricks.py')
-rw-r--r-- | numpy/lib/tests/test_stride_tricks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_stride_tricks.py b/numpy/lib/tests/test_stride_tricks.py index 39a76c2f6..7dc3c4d24 100644 --- a/numpy/lib/tests/test_stride_tricks.py +++ b/numpy/lib/tests/test_stride_tricks.py @@ -407,7 +407,7 @@ def test_writeable(): _, result = broadcast_arrays(0, original) assert_equal(result.flags.writeable, False) - # regresssion test for GH6491 + # regression test for GH6491 shape = (2,) strides = [0] tricky_array = as_strided(np.array(0), shape, strides) |