Skip to content

Commit

Permalink
DOC: Clearer docstring for repeat (numpy#23348)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreloicq authored Mar 7, 2023
1 parent 25010c1 commit e82af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/fromnumeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit e82af22

Please sign in to comment.