diff options
author | kennychenfs <37182101+kennychenfs@users.noreply.github.com> | 2022-04-10 17:52:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-10 11:52:23 +0200 |
commit | b1b21a9e67699986e566a2ef42938a2c5abb2cb7 (patch) | |
tree | d013fa000b3ce758fb21ad2bb7952c4448da4808 /numpy/random | |
parent | 65a701fd40d5ab3b772131daf45679d6ecf3d721 (diff) | |
download | numpy-b1b21a9e67699986e566a2ef42938a2c5abb2cb7.tar.gz |
DOC: minor typo fix in numpy.random API docs (#21315)
[ci skip]
Diffstat (limited to 'numpy/random')
-rw-r--r-- | numpy/random/mtrand.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand.pyx b/numpy/random/mtrand.pyx index 38b5484bc..fcc1f27d2 100644 --- a/numpy/random/mtrand.pyx +++ b/numpy/random/mtrand.pyx @@ -4540,7 +4540,7 @@ cdef class RandomState: "Shuffling a one dimensional array subclass containing " "objects gives incorrect results for most array " "subclasses. " - "Please us the new random number API instead: " + "Please use the new random number API instead: " "https://numpy.org/doc/stable/reference/random/index.html\n" "The new API fixes this issue. This version will not " "be fixed due to stability guarantees of the API.", |