summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2019-07-16 16:56:35 -0500
committerOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2019-07-16 16:56:35 -0500
commit32855c7fb95322906c9484bdc3466752be7e94bf (patch)
treee0bb9febab64c212e7a65935835318b690abad8d /doc/source/reference
parent88021a568cc13ef7325a52e22573f027a2be9df7 (diff)
downloadnumpy-32855c7fb95322906c9484bdc3466752be7e94bf.tar.gz
fixed likely type in the quick start opening sentence of devdoc reference
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/random/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst
index fb79e0306..192328c5e 100644
--- a/doc/source/reference/random/index.rst
+++ b/doc/source/reference/random/index.rst
@@ -32,7 +32,7 @@ instance's methods are imported into the numpy.random namespace, see
Quick Start
-----------
-By default, `~Generator` uses normals provided by `~pcg64.PCG64` which will be
+By default, `~Generator` uses sequences provided by `~pcg64.PCG64` which will be
statistically more reliable than the legacy methods in `~.RandomState`
.. code-block:: python