Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Osamu Miyawaki committed Nov 7, 2023
1 parent a5a42ba commit c2c8448
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 @@ -267,7 +267,7 @@ def dry_lapse(pressure, temperature, reference_pressure=None, vertical_dim=0):
'[temperature]'
)
def moist_lapse(pressure, temperature, reference_pressure=None,
lapse_type='standard', params=None):
lapse_type='standard', params=None):
r"""Calculate the temperature at a level assuming liquid saturation processes.
This function lifts a parcel starting at `temperature`. The starting pressure can
Expand Down

0 comments on commit c2c8448

Please sign in to comment.