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 --------