diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/fromnumeric.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index a9f3f1069..f8c11c015 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -459,7 +459,8 @@ def repeat(a, repeats, axis=None): See Also -------- tile : Tile an array. - + unique : Find the unique elements of an array. + Examples -------- >>> np.repeat(3, 4) |