From bce9773c0ed5b0e81af585404dc9c5834cad418d Mon Sep 17 00:00:00 2001 From: JoyMonteiro Date: Sat, 19 May 2018 08:06:28 +0200 Subject: [PATCH] Update thermo.py Fix docstring for wet bulb temperature function. --- metpy/calc/thermo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metpy/calc/thermo.py b/metpy/calc/thermo.py index 9c44cb197f7..d229c295d3b 100644 --- a/metpy/calc/thermo.py +++ b/metpy/calc/thermo.py @@ -2050,7 +2050,7 @@ def wet_bulb_temperature(pressure, temperature, dewpoint): This function calculates the wet-bulb temperature using the Normand method. The LCL is computed, and that parcel brought down to the starting pressure along a moist adiabat. - Norman method (and others) described and compared by [Knox2017]_. + The Normand method (and others) are described and compared by [Knox2017]_. Parameters ----------