Skip to content

Commit a8c1568

Browse files
committed
fixing whitespace error on docstring for SeriesGroupBy.indices
1 parent 56b3d0c commit a8c1568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/groupby/groupby.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,12 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
517517
518518
See Also
519519
--------
520-
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names
521-
to positions of the elements in object.
522-
core.resample.Resampler.indices : Provides a mapping of group names
523-
to positions of the elements in object.
524-
core.resample.Resampler.indices : Provides a mapping of group names
525-
to positions of the elements in object.
520+
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names to
521+
positions of the elements in object.
522+
core.resample.Resampler.indices : Provides a mapping of group names to
523+
positions of the elements in object.
524+
core.resample.Resampler.indices : Provides a mapping of group names to
525+
positions of the elements in object.
526526
527527
Examples
528528
--------

0 commit comments

Comments
 (0)