summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:42:08 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:42:08 +0200
commit2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (patch)
tree1a4a81faf9e59d0cabf9cbace9dc967bad60caa1 /numpy/random
parent773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (diff)
downloadpython-numpy-2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681.tar.gz
python-numpy-2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681.tar.bz2
python-numpy-2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681.zip
DOC: change Numpy to NumPy in dosctrings and comments
The strings in error messages were left untouched
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/mtrand/mtrand.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx
index abf7a4102..24c8bd951 100644
--- a/numpy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
@@ -2547,7 +2547,7 @@ cdef class RandomState:
Parameters
----------
df : int or array_like of ints
- Degrees of freedom, should be > 0 as of Numpy 1.10,
+ Degrees of freedom, should be > 0 as of NumPy 1.10,
should be > 1 for earlier versions.
nonc : float or array_like of floats
Non-centrality, should be non-negative.