From fd7ea712d77328dcebd9701d7728a844afe7394e Mon Sep 17 00:00:00 2001 From: warren Date: Fri, 21 Jan 2022 07:58:24 -0500 Subject: DOC: random: Fix spelling of 'precision'. --- doc/source/reference/random/index.rst | 2 +- doc/source/reference/random/new-or-different.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/reference') diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst index aaabc9b39..674799d47 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -185,7 +185,7 @@ What's New or Different methods which are 2-10 times faster than NumPy's Box-Muller or inverse CDF implementations. * Optional ``dtype`` argument that accepts ``np.float32`` or ``np.float64`` - to produce either single or double prevision uniform random variables for + to produce either single or double precision uniform random variables for select distributions * Optional ``out`` argument that allows existing arrays to be filled for select distributions diff --git a/doc/source/reference/random/new-or-different.rst b/doc/source/reference/random/new-or-different.rst index a81543926..7a206a2ce 100644 --- a/doc/source/reference/random/new-or-different.rst +++ b/doc/source/reference/random/new-or-different.rst @@ -84,7 +84,7 @@ And in more detail: * The bit generators can be used in downstream projects via Cython. * Optional ``dtype`` argument that accepts ``np.float32`` or ``np.float64`` - to produce either single or double prevision uniform random variables for + to produce either single or double precision uniform random variables for select distributions * Uniforms (`~.Generator.random` and `~.Generator.integers`) -- cgit v1.2.1