Skip to content

Commit

Permalink
DOC: fix capitalization of kilojoules
Browse files Browse the repository at this point in the history
Spotted by keithbriggs - see: numpygh-11728.
  • Loading branch information
matthew-brett committed Aug 13, 2018
1 parent a524915 commit 3b7df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/random/mtrand/mtrand.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 3b7df20

Please sign in to comment.