Skip to content

Commit bf2fd65

Browse files
committed
correcting See Also entry for indices
1 parent a87eb22 commit bf2fd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
519519
--------
520520
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names to
521521
positions of the elements in object.
522-
core.resample.Resampler.indices : Provides a mapping of group names to
522+
core.groupby.SeriesGroupBy.indices : Provides a mapping of group names to
523523
positions of the elements in object.
524524
core.resample.Resampler.indices : Provides a mapping of group names to
525525
positions of the elements in object.

0 commit comments

Comments
 (0)