Skip to content

Commit 870d9c7

Browse files
authored
Update pygmt/src/x2sys_cross.py
1 parent b81e292 commit 870d9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/x2sys_cross.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def x2sys_cross(
228228
# Convert 3rd and 4th columns to datetime/timedelta for pandas output.
229229
# These two columns have names "t_1"/"t_2" or "i_1"/"i_2".
230230
# "t_1"/"t_2" means they are absolute datetimes.
231-
# "i_1"/"i_2" means they are dummy times relative to unix epoch.
231+
# "i_1"/"i_2" means they are dummy times.
232232
# Internally, they are all represented as double-precision numbers in GMT,
233233
# relative to TIME_EPOCH with the unit defined by TIME_UNIT.
234234
# In GMT, TIME_UNIT can be 'y' (year), 'o' (month), 'w' (week), 'd' (day),

0 commit comments

Comments
 (0)