From 58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:56:00 +0100 Subject: MAINT, DOC: discard repeated words --- numpy/random/_common.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random/_common.pyx') diff --git a/numpy/random/_common.pyx b/numpy/random/_common.pyx index 864150458..607034a38 100644 --- a/numpy/random/_common.pyx +++ b/numpy/random/_common.pyx @@ -65,7 +65,7 @@ cdef object random_raw(bitgen_t *bitgen, object lock, object size, object output Notes ----- - This method directly exposes the the raw underlying pseudo-random + This method directly exposes the raw underlying pseudo-random number generator. All values are returned as unsigned 64-bit values irrespective of the number of bits produced by the PRNG. -- cgit v1.2.1