Skip to content

Commit 3d3fdab

Browse files
shyams29prady9
authored andcommitted
Change to documentation of af.sign
1 parent a910039 commit 3d3fdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayfire/arith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def sign(a):
252252
Returns
253253
--------
254254
out : af.Array
255-
array containing -1 for negative values, 1 otherwise.
255+
array containing 1 for negative values, 0 otherwise.
256256
"""
257257
return _arith_unary_func(a, backend.get().af_sign)
258258

0 commit comments

Comments
 (0)