summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-10-28 09:04:27 +0200
committerGitHub <noreply@github.com>2019-10-28 09:04:27 +0200
commit117220ff29bcbc85bc888f8590d3653a9e9808f4 (patch)
tree6f2445fc47a2a14bc8b0eb768d1bbee1bf8cc155
parentfc1658fd313c42ba3de348af0a136706da527533 (diff)
parent743239dfe22cb3099564a4aa7996ecb847d2dd02 (diff)
downloadnumpy-117220ff29bcbc85bc888f8590d3653a9e9808f4.tar.gz
Merge pull request #14790 from WarrenWeckesser/redundant-seealso
DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.
-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
-----