summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Yurchak <rth.yurchak@pm.me>2019-01-09 14:37:36 +0200
committerRoman Yurchak <rth.yurchak@pm.me>2019-01-09 14:37:36 +0200
commit4bba58a862d10c3e3ffd26441854e3aaf24ca6fc (patch)
tree9852f23f558dd03d854f580d955625205a045d8a
parent1c55693772871dd1473e0013a44d56ed6b2fdb7f (diff)
downloadnumpy-4bba58a862d10c3e3ffd26441854e3aaf24ca6fc.tar.gz
Spelling
-rw-r--r--numpy/fft/tests/test_pocketfft.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/tests/test_pocketfft.py b/numpy/fft/tests/test_pocketfft.py
index 6092c976f..08f80076a 100644
--- a/numpy/fft/tests/test_pocketfft.py
+++ b/numpy/fft/tests/test_pocketfft.py
@@ -176,7 +176,7 @@ class TestFFT1D(object):
[np.fft.fft, np.fft.fft2, np.fft.fftn,
np.fft.ifft, np.fft.ifft2, np.fft.ifftn])
def test_fft_with_order(dtype, order, fft):
- # Check that FFT/IFFT produces identical results for C, Fotran and
+ # Check that FFT/IFFT produces identical results for C, Fortran and
# non contiguous arrays
rng = np.random.RandomState(42)
X = rng.rand(8, 7, 13).astype(dtype, copy=False)