Skip to content

Commit 2129877

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/groupby/groupby.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,11 @@ 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
671671
the DataFrame to take the DataFrame out of. If
672672
it is None, the object groupby was called on will
673-
be used
673+
be used.
674674
675675
Returns
676676
-------
@@ -1116,7 +1116,7 @@ def any(self, skipna=True):
11161116
Parameters
11171117
----------
11181118
skipna : bool, default True
1119-
Flag to ignore nan values during truth testing
1119+
Flag to ignore nan values during truth testing.
11201120
11211121
Returns
11221122
-------

0 commit comments

Comments
 (0)