diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-12-19 09:35:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 09:35:05 -0700 |
commit | bfbe56caeb056456662309b33510f6b5531d3973 (patch) | |
tree | 199b73f4f160c736c6f5eca5d9fee6a50e333411 /doc/source/reference/random | |
parent | 5109cbbfcbbc1f61607549484aaf10269b87a261 (diff) | |
download | numpy-bfbe56caeb056456662309b33510f6b5531d3973.tar.gz |
MAINT: Fix typo SeepSequence
Diffstat (limited to 'doc/source/reference/random')
-rw-r--r-- | doc/source/reference/random/bit_generators/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/bit_generators/index.rst b/doc/source/reference/random/bit_generators/index.rst index 9822dec35..6f8cf02ca 100644 --- a/doc/source/reference/random/bit_generators/index.rst +++ b/doc/source/reference/random/bit_generators/index.rst @@ -140,7 +140,7 @@ by a tuple of elements. Here we use a base entropy value and an integer .. end_block Note that the sequences produced by the latter method will be distinct from -those constructed via `~SeepSequence.spawn`. +those constructed via `~SeedSequence.spawn`. .. autosummary:: |