summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-10-28 01:01:55 -0400
committerWarren Weckesser <warren.weckesser@gmail.com>2019-10-28 01:01:55 -0400
commit743239dfe22cb3099564a4aa7996ecb847d2dd02 (patch)
treedc78120f7cbb08c88e687e5e596bd1ccb9dc2c11 /numpy
parentd0ce0b3045baefa8fe48641d0c34fd7461165c2c (diff)
downloadnumpy-743239dfe22cb3099564a4aa7996ecb847d2dd02.tar.gz
DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/random/_generator.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx
index 6d9fe20f9..b842d6a32 100644
--- a/numpy/random/_generator.pyx
+++ b/numpy/random/_generator.pyx
@@ -904,7 +904,6 @@ cdef class Generator:
--------
integers : Discrete uniform distribution, yielding integers.
random : Floats uniformly distributed over ``[0, 1)``.
- random : Alias for `random`.
Notes
-----