summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepyaman Datta <deepyaman.datta@utexas.edu>2021-04-15 05:21:52 -0400
committerGitHub <noreply@github.com>2021-04-15 10:21:52 +0100
commit181f273a59744d58f90f45d953a3285484c72cba (patch)
tree34ed42ddcae51c14fb25130ec1016421a5042cd6
parentb7e75442b03153c7d94fc99e8026d1f09ec17f7f (diff)
downloadnumpy-181f273a59744d58f90f45d953a3285484c72cba.tar.gz
DOC: Fix spelling of "reccomended" ("recommended") (#18779)
-rw-r--r--numpy/random/_generator.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx
index 17a52a8d5..a68303501 100644
--- a/numpy/random/_generator.pyx
+++ b/numpy/random/_generator.pyx
@@ -4592,7 +4592,7 @@ def default_rng(seed=None):
Examples
--------
- ``default_rng`` is the reccomended constructor for the random number class
+ ``default_rng`` is the recommended constructor for the random number class
``Generator``. Here are several ways we can construct a random
number generator using ``default_rng`` and the ``Generator`` class.