summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/random/_pcg64.pyx2
1 files changed, 1 insertions, 1 deletions
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.