diff options
| author | bbrewington <brent.brewington@gmail.com> | 2021-10-25 21:27:56 -0400 |
|---|---|---|
| committer | bbrewington <brent.brewington@gmail.com> | 2021-10-25 21:27:56 -0400 |
| commit | 6476b8a828a2fdabf666583354cec8c816c08b9b (patch) | |
| tree | 430fb084fd407ffc8bdd8bb21edbce64c50ce9b1 | |
| parent | f1fceeca76ec10c80c7eda30759e012f28b65541 (diff) | |
| download | numpy-6476b8a828a2fdabf666583354cec8c816c08b9b.tar.gz | |
[MAINT] Fix minor typo
| -rw-r--r-- | doc/source/reference/random/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/index.rst b/doc/source/reference/random/index.rst index 96cd47017..aaabc9b39 100644 --- a/doc/source/reference/random/index.rst +++ b/doc/source/reference/random/index.rst @@ -55,7 +55,7 @@ properties than the legacy `MT19937` used in `RandomState`. more_vals = random.standard_normal(10) `Generator` can be used as a replacement for `RandomState`. Both class -instances hold a internal `BitGenerator` instance to provide the bit +instances hold an internal `BitGenerator` instance to provide the bit stream, it is accessible as ``gen.bit_generator``. Some long-overdue API cleanup means that legacy and compatibility methods have been removed from `Generator` |
