summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/random/mtrand/mtrand.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx
index 37be79ec3..127e52d5e 100644
--- a/numpy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
@@ -2672,10 +2672,10 @@ cdef class RandomState:
See Also
--------
- scipy.stats.lomax.pdf : probability density function, distribution or
+ scipy.stats.lomax : probability density function, distribution or
+ cumulative density function, etc.
+ scipy.stats.genpareto : probability density function, distribution or
cumulative density function, etc.
- scipy.stats.genpareto.pdf : probability density function, distribution
- or cumulative density function, etc.
Notes
-----