File tree 2 files changed +3
-2
lines changed
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
144
144
-i " pandas.core.groupby.DataFrameGroupBy.boxplot PR07,RT03,SA01" \
145
145
-i " pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
146
146
-i " pandas.core.groupby.DataFrameGroupBy.groups SA01" \
147
- -i " pandas.core.groupby.DataFrameGroupBy.hist RT03" \
148
147
-i " pandas.core.groupby.DataFrameGroupBy.indices SA01" \
149
148
-i " pandas.core.groupby.DataFrameGroupBy.nth PR02" \
150
149
-i " pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
Original file line number Diff line number Diff line change @@ -2694,7 +2694,9 @@ def hist(
2694
2694
2695
2695
Returns
2696
2696
-------
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.
2698
2700
2699
2701
See Also
2700
2702
--------
You can’t perform that action at this time.
0 commit comments