From a418f4d6c20da60b68a0daec7e8f5c522ed524a1 Mon Sep 17 00:00:00 2001 From: Drew Camron Date: Fri, 27 Oct 2023 09:32:10 -0600 Subject: [PATCH] Update example calc --- src/metpy/calc/thermo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metpy/calc/thermo.py b/src/metpy/calc/thermo.py index cdc1097a13a..6664f572a83 100644 --- a/src/metpy/calc/thermo.py +++ b/src/metpy/calc/thermo.py @@ -3558,7 +3558,7 @@ def thickness_hydrostatic_from_relative_humidity(pressure, temperature, relative >>> thickness_hydrostatic_from_relative_humidity(p[ip1000_500], ... T[ip1000_500], ... rh[ip1000_500]) - + See Also --------