Skip to content

Commit 2009335

Browse files
committed
docs: relax the output array data type requirement
1 parent c4bbc39 commit 2009335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def clip(
831831
Returns
832832
-------
833833
out: array
834-
an array containing element-wise results. The returned array must have the same data type as ``x``.
834+
an array containing element-wise results. The returned array should have the same data type as ``x``.
835835
836836
Notes
837837
-----

0 commit comments

Comments
 (0)