summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/random/_bit_generator.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_bit_generator.pyx b/numpy/random/_bit_generator.pyx
index c9738baa6..21d21e6bb 100644
--- a/numpy/random/_bit_generator.pyx
+++ b/numpy/random/_bit_generator.pyx
@@ -486,7 +486,7 @@ cdef class BitGenerator():
A seed to initialize the `BitGenerator`. If None, then fresh,
unpredictable entropy will be pulled from the OS. If an ``int`` or
``array_like[ints]`` is passed, then it will be passed to
- ~`numpy.randomSeedSequence` to derive the initial `BitGenerator` state.
+ ~`numpy.random.SeedSequence` to derive the initial `BitGenerator` state.
One may also pass in a `SeedSequence` instance.
Attributes