Skip to content

Commit 4b347a3

Browse files
Fixed name for repeat function
1 parent 33e78a7 commit 4b347a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy/array/manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def clip(
109109
"""
110110
return ivy.clip(self._data, x_min=x_min, x_max=x_max, out=out)
111111

112-
def repeats(
112+
def repeat(
113113
self: ivy.Array,
114114
repeats: Union[int, Iterable[int]],
115115
axis: Optional[Union[int, Tuple[int, ...]]] = None,

0 commit comments

Comments
 (0)