Skip to content

Commit 18bea15

Browse files
authored
Change "should" to "must" for R2C transforms
1 parent e8e0f1b commit 18bea15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/API_specification/array_api/fourier_transform_functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def rfft(x: array, /, *, n: Optional[int] = None, axis: int = -1, norm: Literal[
181181
Parameters
182182
----------
183183
x: array
184-
input array. Should have a real-valued floating-point data type.
184+
input array. Must have a real-valued floating-point data type.
185185
n: int
186186
length of the transformed axis of the **input**. If
187187
@@ -259,7 +259,7 @@ def rfftn(x: array, /, *, s: Sequence[int] = None, axes: Sequence[int] = None, n
259259
Parameters
260260
----------
261261
x: array
262-
input array. Should have a real-valued floating-point data type.
262+
input array. Must have a real-valued floating-point data type.
263263
s: Sequence[int]
264264
size of each transformed axis of the **input**. If
265265
@@ -384,7 +384,7 @@ def ihfft(x: array, /, *, n: Optional[int] = None, axis: int = -1, norm: Literal
384384
Parameters
385385
----------
386386
x: array
387-
input array. Should have a real-valued floating-point data type.
387+
input array. Must have a real-valued floating-point data type.
388388
n: int
389389
length of the transformed axis of the **input**. If
390390

0 commit comments

Comments
 (0)