spelling: repeat

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-01-01 22:44:11 -05:00
parent 684e946b44
commit 61823aa54f
2 changed files with 2 additions and 2 deletions

View File

@@ -2426,7 +2426,7 @@ void init_ops(py::module_& m) {
R"pbdoc(
repeat(array: array, repeats: int, axis: Optional[int] = None, *, stream: Union[None, Stream, Device] = None) -> array
Repeate an array along a specified axis.
Repeat an array along a specified axis.
Args:
array (array): Input array.