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 @@ -142,7 +142,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
142
142
-i " pandas.core.groupby.DataFrameGroupBy.boxplot PR07,RT03,SA01" \
143
143
-i " pandas.core.groupby.DataFrameGroupBy.get_group RT03,SA01" \
144
144
-i " pandas.core.groupby.DataFrameGroupBy.groups SA01" \
145
- -i " pandas.core.groupby.DataFrameGroupBy.hist RT03" \
146
145
-i " pandas.core.groupby.DataFrameGroupBy.indices SA01" \
147
146
-i " pandas.core.groupby.DataFrameGroupBy.nth PR02" \
148
147
-i " pandas.core.groupby.DataFrameGroupBy.nunique SA01" \
Original file line number Diff line number Diff line change @@ -2867,7 +2867,9 @@ def hist(
2867
2867
2868
2868
Returns
2869
2869
-------
2870
- matplotlib.Axes or numpy.ndarray of them
2870
+ matplotlib.Axes or numpy.ndarray
2871
+ A ``matplotlib.Axes`` object or an array of ``Axes`` objects, depending on
2872
+ the layout and grouping.
2871
2873
2872
2874
See Also
2873
2875
--------
You can’t perform that action at this time.
0 commit comments