summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorbbrewington <brent.brewington@gmail.com>2021-10-25 21:41:31 -0400
committerbbrewington <brent.brewington@gmail.com>2021-10-25 21:41:31 -0400
commit6e2e564c4d62e565c6909d41ea2076097371e4e4 (patch)
tree8cca9fa3334addb1cdbe6f69f896cf5c31c0ee33 /doc/source/reference
parent6476b8a828a2fdabf666583354cec8c816c08b9b (diff)
downloadnumpy-6e2e564c4d62e565c6909d41ea2076097371e4e4.tar.gz
[MAINT] minor grammar fix: add missing "an"
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/random/performance.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/performance.rst b/doc/source/reference/random/performance.rst
index 85855be59..cb9b94113 100644
--- a/doc/source/reference/random/performance.rst
+++ b/doc/source/reference/random/performance.rst
@@ -13,7 +13,7 @@ full-featured, and fast on most platforms, but somewhat slow when compiled for
parallelism would indicate using `PCG64DXSM`.
`Philox` is fairly slow, but its statistical properties have
-very high quality, and it is easy to get assuredly-independent stream by using
+very high quality, and it is easy to get an assuredly-independent stream by using
unique keys. If that is the style you wish to use for parallel streams, or you
are porting from another system that uses that style, then
`Philox` is your choice.