diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2018-08-13 10:55:30 +0100 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2018-08-13 10:55:30 +0100 |
commit | 3b7df204076e5aec781a3c49baa3df49ab7fca7c (patch) | |
tree | 97660729ffffe13726bac5d0c7408db2b7239e07 /numpy/random | |
parent | a524915241deaccfb5b3dfba476b1799f457be77 (diff) | |
download | numpy-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.pyx | 2 |
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]) |