We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c744b3d commit a41cdfdCopy full SHA for a41cdfd
pandas/_libs/tslibs/offsets.pyx
@@ -1246,7 +1246,7 @@ cdef class Day(SingleConstructorOffset):
1246
return str(self.n) + "D"
1247
return "D"
1248
1249
- # Having this here isn't strictly-correct post-GH#???
+ # Having this here isn't strictly-correct post-GH#61985
1250
# but this gets called in timedelta.get_unit_for_round in cases where
1251
# Day unambiguously means 24h.
1252
@property
0 commit comments