Skip to content

Commit 7cbaf7b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/groupby/groupby.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,11 @@ 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
669669
the DataFrame to take the DataFrame out of. If
670670
it is None, the object groupby was called on will
671-
be used
671+
be used.
672672
673673
Returns
674674
-------
@@ -1114,7 +1114,7 @@ def any(self, skipna=True):
11141114
Parameters
11151115
----------
11161116
skipna : bool, default True
1117-
Flag to ignore nan values during truth testing
1117+
Flag to ignore nan values during truth testing.
11181118
11191119
Returns
11201120
-------

0 commit comments

Comments
 (0)