Skip to content

Commit 9c59b02

Browse files
committed
Fixed PRO9 doctring issues in pandas.core.groupby
1 parent 7cbaf7b commit 9c59b02

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
@@ -664,9 +664,9 @@ def get_group(self, name, obj=None):
664664
Parameters
665665
----------
666666
name : object
667-
the name of the group to get as a DataFrame.
667+
The name of the group to get as a DataFrame.
668668
obj : DataFrame, default None
669-
the DataFrame to take the DataFrame out of. If
669+
The DataFrame to take the DataFrame out of. If
670670
it is None, the object groupby was called on will
671671
be used.
672672

0 commit comments

Comments
 (0)