summaryrefslogtreecommitdiff
path: root/doc/source/user/quickstart.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-13 09:13:05 +0300
committermattip <matti.picus@gmail.com>2019-10-13 09:13:05 +0300
commit185efe1bb746ad5b6ac23d106df12ad35a207d49 (patch)
tree737b9dd102c576756910764aa12da74c099b50b5 /doc/source/user/quickstart.rst
parent260bf67640724915ffefd0a5a7133318ece149da (diff)
downloadnumpy-185efe1bb746ad5b6ac23d106df12ad35a207d49.tar.gz
DOC: clean up for moved references, remove ISeedSequence
Diffstat (limited to 'doc/source/user/quickstart.rst')
-rw-r--r--doc/source/user/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index a23a7b2c7..6211d0c69 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -206,8 +206,8 @@ of elements that we want, instead of the step::
`empty_like`,
`arange`,
`linspace`,
- `numpy.random.mtrand.RandomState.rand`,
- `numpy.random.mtrand.RandomState.randn`,
+ `numpy.random.RandomState.rand`,
+ `numpy.random.RandomState.randn`,
`fromfunction`,
`fromfile`