summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/fft/helper.py')
-rw-r--r--numpy/fft/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py
index 33da01d1f..e70e408fa 100644
--- a/numpy/fft/helper.py
+++ b/numpy/fft/helper.py
@@ -75,7 +75,7 @@ def fftshift(x, axes=None):
def ifftshift(x, axes=None):
"""
- The inverse of `fftshift`. Though identical for even-length `x`, the
+ The inverse of `fftshift`. Although identical for even-length `x`, the
functions differ by one sample for odd-length `x`.
Parameters