Skip to content

Commit

Permalink
DOC: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Aug 30, 2024
1 parent c0f2423 commit 99e8524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/qc/arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def add_dqr_to_qc(
time = ds['time'].values

# If the time is not a datetime64 because the read routine was not asked to
# convert CF variables, convert the time varible for this routine only.
# convert CF variables, convert the time variable for this routine only.
if not np.issubdtype(time.dtype, np.datetime64):
units_strings = [
'seconds since ',
Expand Down

0 comments on commit 99e8524

Please sign in to comment.