From b8a1c3bd94623c21eed692b393a1cea374a1057b Mon Sep 17 00:00:00 2001 From: Luke Zoltan Kelley Date: Wed, 10 Apr 2024 16:57:56 -0700 Subject: [PATCH] DOCS: correct minor typo --- holodeck/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holodeck/utils.py b/holodeck/utils.py index c58b0d39..790583cc 100644 --- a/holodeck/utils.py +++ b/holodeck/utils.py @@ -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 ----------