Skip to content

Commit

Permalink
DOC: fix RT03 for pandas.core.groupby.DataFrameGroupBy.hist (#59870)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 authored Sep 22, 2024
1 parent 2419343 commit 71b395f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.core.groupby.DataFrameGroupBy.boxplot PR07,RT03,SA01" \
-i "pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
-i "pandas.core.groupby.DataFrameGroupBy.groups SA01" \
-i "pandas.core.groupby.DataFrameGroupBy.hist RT03" \
-i "pandas.core.groupby.DataFrameGroupBy.indices SA01" \
-i "pandas.core.groupby.DataFrameGroupBy.nth PR02" \
-i "pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
Expand Down
4 changes: 3 additions & 1 deletion pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2694,7 +2694,9 @@ def hist(
Returns
-------
matplotlib.Axes or numpy.ndarray of them
matplotlib.Axes or numpy.ndarray
A ``matplotlib.Axes`` object or an array of ``Axes`` objects, depending on
the layout and grouping.
See Also
--------
Expand Down

0 comments on commit 71b395f

Please sign in to comment.