Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 26, 2024
1 parent b0b5099 commit 1396ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def x2sys_cross(
to_func = pd.to_datetime
to_args["origin"] = lib.get_default("TIME_EPOCH")
case "i":
to_func = pd.to_timeldelta
to_func = pd.to_timedelta
result[result.columns[2:4]] = result[result.columns[2:4]].apply(
to_func, **to_args
)
Expand Down

0 comments on commit 1396ee8

Please sign in to comment.