diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index 9d4cba2e5ee8c..43fa6ea759b33 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -267,7 +267,7 @@ You can pass other keywords supported by matplotlib ``hist``. For example, horiz plt.close('all') See the :meth:`hist ` method and the -`matplotlib hist documenation `__ for more. +`matplotlib hist documentation `__ for more. The existing interface ``DataFrame.hist`` to plot histogram still can be used.