Skip to content

Commit

Permalink
Merge 7fd6b5e into 58fe039
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoto Mizuno committed Mar 20, 2018
2 parents 58fe039 + 7fd6b5e commit c5df66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cupy/fft/fft.py
Expand Up @@ -484,7 +484,7 @@ def fftshift(x, axes=None):
"""Shift the zero-frequency component to the center of the spectrum.
Args:
x (cumpy.adarray): Input array.
x (cupy.ndarray): Input array.
axes (int or tuple of ints): Axes over which to shift. Default is
``None``, which shifts all axes.
Expand All @@ -507,7 +507,7 @@ def ifftshift(x, axes=None):
"""The inverse of :meth:`fftshift`.
Args:
x (cumpy.adarray): Input array.
x (cupy.ndarray): Input array.
axes (int or tuple of ints): Axes over which to shift. Default is
``None``, which shifts all axes.
Expand Down

0 comments on commit c5df66e

Please sign in to comment.