Skip to content

Commit

Permalink
add period to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Osamu Miyawaki committed Nov 7, 2023
1 parent 2232cc3 commit 373e4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metpy/calc/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def dt_r14(p, t, params):

def select_dt(lapse_type):
r"""
Pass dt according to the chosen lapse_type
Pass dt according to the chosen lapse_type.
Parameters
----------
Expand Down Expand Up @@ -467,7 +467,7 @@ def select_dt(lapse_type):

def update_params(params, lapse_type, p0, t0):
r"""
Pass dt according to the chosen lapse_type
Pass dt according to the chosen lapse_type.
Parameters
----------
Expand Down

0 comments on commit 373e4b2

Please sign in to comment.