spelling: repeats

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:44:17 -05:00
parent 61823aa54f
commit e254286d95

View File

@ -2432,7 +2432,7 @@ void init_ops(py::module_& m) {
array (array): Input array. array (array): Input array.
repeats (int): The number of repetitions for each element. repeats (int): The number of repetitions for each element.
axis (int, optional): The axis in which to repeat the array along. If 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. along axis 0.
stream (Stream, optional): Stream or device. Defaults to ``None``. stream (Stream, optional): Stream or device. Defaults to ``None``.