Skip to content

Commit

Permalink
Update example calc
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Nov 1, 2023
1 parent 100fd60 commit a418f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metpy/calc/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
<Quantity(5781.35394, 'meter')>
<Quantity(5781.16001, 'meter')>
See Also
--------
Expand Down

0 comments on commit a418f4d

Please sign in to comment.