Skip to content

Commit a41cdfd

Browse files
committed
GH ref
1 parent c744b3d commit a41cdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ cdef class Day(SingleConstructorOffset):
12461246
return str(self.n) + "D"
12471247
return "D"
12481248

1249-
# Having this here isn't strictly-correct post-GH#???
1249+
# Having this here isn't strictly-correct post-GH#61985
12501250
# but this gets called in timedelta.get_unit_for_round in cases where
12511251
# Day unambiguously means 24h.
12521252
@property

0 commit comments

Comments
 (0)