From 92bda60074d0afcc3d29a0131037f11b350a99d7 Mon Sep 17 00:00:00 2001 From: ndunnewind <43117768+ndunnewind@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:52:16 +0200 Subject: MAINT: Fix random.PCG64 signature in its docstring (#16113) --- numpy/random/_pcg64.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/random/_pcg64.pyx b/numpy/random/_pcg64.pyx index 05d27db5c..605aae4bc 100644 --- a/numpy/random/_pcg64.pyx +++ b/numpy/random/_pcg64.pyx @@ -38,7 +38,7 @@ cdef double pcg64_double(void* st) nogil: cdef class PCG64(BitGenerator): """ - PCG64(seed_seq=None) + PCG64(seed=None) BitGenerator for the PCG-64 pseudo-random number generator. -- cgit v1.2.1