Skip to content

Commit d8eb201

Browse files
authored
DOC: fix typo in DataFrame.plot.hist docstring (#57808)
1 parent 59235de commit d8eb201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ def hist(
13971397
13981398
Returns
13991399
-------
1400-
class:`matplotlib.Axes`
1400+
:class:`matplotlib.axes.Axes`
14011401
Return a histogram plot.
14021402
14031403
See Also

0 commit comments

Comments
 (0)