From 3b7df204076e5aec781a3c49baa3df49ab7fca7c Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Mon, 13 Aug 2018 10:55:30 +0100 Subject: [PATCH] DOC: fix capitalization of kilojoules Spotted by keithbriggs - see: gh-11728. --- numpy/random/mtrand/mtrand.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx index ec759fdfbca8..04d6c6615505 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])