Skip to content

Commit e5ec4ee

Browse files
gfyounghexgnu
authored andcommitted
MAINT: xref issue for TimeGrouper Deprecation
Looks like it was just forgotten about in gh-17703
1 parent 408eecd commit e5ec4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def groupby(*args, **kwargs):
6969
return args[0].groupby(*args[1:], **kwargs)
7070

7171

72-
# deprecation, xref
72+
# Deprecation: xref gh-16747
7373
class TimeGrouper(object):
7474

7575
def __new__(cls, *args, **kwargs):

0 commit comments

Comments
 (0)