Skip to content

Commit

Permalink
fixing whitespace error on docstring for SeriesGroupBy.indices
Browse files Browse the repository at this point in the history
  • Loading branch information
gvmmybear committed Nov 28, 2024
1 parent 56b3d0c commit a8c1568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,12 @@ def indices(self) -> dict[Hashable, npt.NDArray[np.intp]]:
See Also
--------
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names
to positions of the elements in object.
core.resample.Resampler.indices : Provides a mapping of group names
to positions of the elements in object.
core.resample.Resampler.indices : Provides a mapping of group names
to positions of the elements in object.
core.groupby.DataFrameGroupBy.indices : Provides a mapping of group names to
positions of the elements in object.
core.resample.Resampler.indices : Provides a mapping of group names to
positions of the elements in object.
core.resample.Resampler.indices : Provides a mapping of group names to
positions of the elements in object.
Examples
--------
Expand Down

0 comments on commit a8c1568

Please sign in to comment.