Skip to content

Commit

Permalink
DOCS: correct minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Apr 10, 2024
1 parent 7a07297 commit b8a1c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holodeck/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def _integrate_grid_differential_number(edges, dnum, freq=False):
NOTE: the `edges` provided MUST all be in linear space, mass is converted to ``log10(M)``
and frequency is converted to ``ln(f)``.
NOTE: the density `dnum` MUST correspond to `dn/ [dlog10(M) dq dz dln(f)]`
NOTE: the density `dnum` MUST correspond to `d^3 n / [dlog10(M) dq dz dln(f)]`
Parameters
----------
Expand Down

0 comments on commit b8a1c3b

Please sign in to comment.