Skip to content

Commit 24ac88c

Browse files
committed
Removing unneeded verbiage in indices docstring 'See Also' section
1 parent 969ceb0 commit 24ac88c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/groupby/groupby.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
518518
See Also
519519
--------
520520
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group rows to
521-
positions of the elements in object.
521+
positions of the elements.
522522
core.groupby.SeriesGroupBy.indices : Provides a mapping of group rows to
523-
positions of the elements in object.
523+
positions of the elements.
524524
core.resample.Resampler.indices : Provides a mapping of group rows to
525-
positions of the elements in object.
525+
positions of the elements.
526526
527527
Examples
528528
--------

0 commit comments

Comments
 (0)