Skip to content

Commit ebbd16c

Browse files
authored
DOC: Correct return type for DataFrame.hist (#63011)
1 parent ee172ba commit ebbd16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def hist_frame(
231231
232232
Returns
233233
-------
234-
matplotlib.Axes or numpy.ndarray of them
235-
Returns a AxesSubplot object a numpy array of AxesSubplot objects.
234+
np.ndarray
235+
2D NumPy Array of :class:`matplotlib.axes.Axes`.
236236
237237
See Also
238238
--------

0 commit comments

Comments
 (0)