Skip to content

Commit fb53232

Browse files
committed
Name return value from broadcast_shapes() function
1 parent 775c455 commit fb53232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ def broadcast_shapes(*args):
11121112
11131113
Returns
11141114
-------
1115-
tuple
1115+
out : tuple
11161116
Broadcasted shape.
11171117
11181118
See Also

0 commit comments

Comments
 (0)