Skip to content

Commit c670853

Browse files
committed
Fix: Matches the right format
1 parent b167840 commit c670853

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/core/groupby/groupby.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,16 +716,15 @@ def get_group(self, name) -> DataFrame | Series:
716716
Returns
717717
-------
718718
Series or DataFrame
719-
Get the respective Series or DataFrame corresponding to the group provided
719+
Get the respective Series or DataFrame corresponding to the group provided.
720720
721721
See Also
722722
--------
723-
DataFrameGroupBy.groups: dictionary representation of the groupings formed during a groupby operation
723+
DataFrameGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
724724
DataFrameGroupBy.indices: Provides a mapping of group rows to positions of the elements.
725-
SeriesGroupBy.groups: dictionary representation of the groupings formed during a groupby operation
725+
SeriesGroupBy.groups: Dictionary representation of the groupings formed during a groupby operation.
726726
SeriesGroupBy.indices: Provides a mapping of group rows to positions of the elements.
727727
728-
729728
Examples
730729
--------
731730

0 commit comments

Comments
 (0)