From e82af22dd1d7c01329b640f1fb6cdee6b1169898 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 7 Mar 2023 14:28:55 +0100 Subject: DOC: Clearer docstring for repeat (#23348) --- numpy/core/fromnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 7ea2313d1..99b9c8dab 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -438,7 +438,7 @@ def _repeat_dispatcher(a, repeats, axis=None): @array_function_dispatch(_repeat_dispatcher) def repeat(a, repeats, axis=None): """ - Repeat elements of an array. + Repeat each element of an array after themselves Parameters ---------- -- cgit v1.2.1