Skip to content

Commit c3a9b7e

Browse files
committed
revert comment
1 parent 02145bb commit c3a9b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_np/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def apply_keepdims(tensor, axis, ndim):
127127

128128

129129
def axis_none_flatten(*tensors, axis=None):
130-
"""Flatten the arrays if axis is None else normalize the axis."""
130+
"""Flatten the arrays if axis is None."""
131131
if axis is None:
132132
tensors = tuple(ar.flatten() for ar in tensors)
133133
return tensors, 0

0 commit comments

Comments
 (0)