summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py3
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)