From e254286d95f0d3a9a11a43b892127d55917904f6 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:44:17 -0500 Subject: [PATCH] spelling: repeats Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- python/src/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/ops.cpp b/python/src/ops.cpp index 5e3d0534c..1f60c6444 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -2432,7 +2432,7 @@ void init_ops(py::module_& m) { array (array): Input array. repeats (int): The number of repetitions for each element. axis (int, optional): The axis in which to repeat the array along. If - unspecified it uses the flattened array of the input and repeates + unspecified it uses the flattened array of the input and repeats along axis 0. stream (Stream, optional): Stream or device. Defaults to ``None``.