Skip to content

Commit b919c53

Browse files
committed
Update typo in API for FFT
1 parent 8665a8b commit b919c53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/pages/api_fft.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ For complex-to-complex (c2c) FFTs, the user interface is:
7070

7171
where ``direction`` can be either ``DECOMP_2D_FFT_FORWARD == -1`` for forward transforms, or ``DECOMP_2D_FFT_BACKWARD == 1`` for backward transforms.
7272
The input array ``input`` and ``output`` array out are both complex and
73-
74-
and have to be either a X-pencil/Z-pencil combination or vice versa, depending on the direction of FFT and
73+
have to be either a X-pencil/Z-pencil combination or vice versa, depending on the direction of FFT and
7574
how the FFT interface is initialised (``PHYSICAL_IN_X``, the default, or ``PHYSICAL_IN_Z`` the optional).
7675

7776
Real-to-complex & Complex-to-Real Transforms

0 commit comments

Comments
 (0)