From 42ff781e6e71cdd9ab863ae70595ac2b2fe39626 Mon Sep 17 00:00:00 2001 From: yuanx749 Date: Mon, 11 Mar 2024 15:00:13 +0800 Subject: [PATCH] DOC: fix typo in `DataFrame.plot.hist` docstring --- pandas/plotting/_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index c9d1e5a376bfd..763244c5bdf0e 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -1397,7 +1397,7 @@ def hist( Returns ------- - class:`matplotlib.Axes` + :class:`matplotlib.axes.Axes` Return a histogram plot. See Also