summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2018-08-13 10:55:30 +0100
committerMatthew Brett <matthew.brett@gmail.com>2018-08-13 10:55:30 +0100
commit3b7df204076e5aec781a3c49baa3df49ab7fca7c (patch)
tree97660729ffffe13726bac5d0c7408db2b7239e07 /numpy/random
parenta524915241deaccfb5b3dfba476b1799f457be77 (diff)
downloadnumpy-3b7df204076e5aec781a3c49baa3df49ab7fca7c.tar.gz
DOC: fix capitalization of kilojoules
Spotted by keithbriggs - see: gh-11728.
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 ec759fdfb..04d6c6615 100644
--- a/numpy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
@@ -2505,7 +2505,7 @@ cdef class RandomState:
Examples
--------
From Dalgaard page 83 [1]_, suppose the daily energy intake for 11
- women in Kj is:
+ women in kilojoules (kJ) is:
>>> intake = np.array([5260., 5470, 5640, 6180, 6390, 6515, 6805, 7515, \\
... 7515, 8230, 8770])