Skip to content

Commit 0260e37

Browse files
committed
Fixed PRO9 doctring issues in pandas.core.groupby
1 parent 2129877 commit 0260e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/groupby.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,9 @@ def get_group(self, name, obj=None):
666666
Parameters
667667
----------
668668
name : object
669-
the name of the group to get as a DataFrame.
669+
The name of the group to get as a DataFrame.
670670
obj : DataFrame, default None
671-
the DataFrame to take the DataFrame out of. If
671+
The DataFrame to take the DataFrame out of. If
672672
it is None, the object groupby was called on will
673673
be used.
674674

0 commit comments

Comments
 (0)