Skip to content

Commit

Permalink
DOC: fix PR02 errors in docstrings - pandas.core.groupby.SeriesGroupB…
Browse files Browse the repository at this point in the history
…y.transform and pandas.core.groupby.DataFrameGroupBy.transform (#57210)
  • Loading branch information
jordan-d-murphy authored Feb 2, 2024
1 parent 8ed7dae commit f20c5c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
pandas.Interval\
pandas.Grouper\
pandas.core.groupby.SeriesGroupBy.apply\
pandas.core.groupby.SeriesGroupBy.transform\
pandas.core.groupby.DataFrameGroupBy.transform\
pandas.core.groupby.DataFrameGroupBy.nth\
pandas.core.groupby.DataFrameGroupBy.rolling\
pandas.core.groupby.SeriesGroupBy.nth\
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class providing the base-class of operations.
Parameters
----------
f : function, str
func : function, str
Function to apply to each group. See the Notes section below for requirements.
Accepted inputs are:
Expand Down

0 comments on commit f20c5c9

Please sign in to comment.