summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbrewington <brent.brewington@gmail.com>2021-10-25 21:27:56 -0400
committerbbrewington <brent.brewington@gmail.com>2021-10-25 21:27:56 -0400
commit6476b8a828a2fdabf666583354cec8c816c08b9b (patch)
tree430fb084fd407ffc8bdd8bb21edbce64c50ce9b1
parentf1fceeca76ec10c80c7eda30759e012f28b65541 (diff)
downloadnumpy-6476b8a828a2fdabf666583354cec8c816c08b9b.tar.gz
[MAINT] Fix minor typo
-rw-r--r--doc/source/reference/random/index.rst2
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`