File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
144144 -i " pandas.core.groupby.DataFrameGroupBy.boxplot PR07,RT03,SA01" \
145145 -i " pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
146146 -i " pandas.core.groupby.DataFrameGroupBy.groups SA01" \
147- -i " pandas.core.groupby.DataFrameGroupBy.hist RT03" \
148147 -i " pandas.core.groupby.DataFrameGroupBy.indices SA01" \
149148 -i " pandas.core.groupby.DataFrameGroupBy.nth PR02" \
150149 -i " pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
Original file line number Diff line number Diff line change @@ -2694,7 +2694,9 @@ def hist(
26942694
26952695 Returns
26962696 -------
2697- matplotlib.Axes or numpy.ndarray of them
2697+ matplotlib.Axes or numpy.ndarray
2698+ A ``matplotlib.Axes`` object or an array of ``Axes`` objects, depending on
2699+ the layout and grouping.
26982700
26992701 See Also
27002702 --------
You can’t perform that action at this time.
0 commit comments