From 351e5e43a25da7bfd9d6a5d1d69a6f31dda86470 Mon Sep 17 00:00:00 2001 From: ptype Date: Mon, 20 Apr 2015 16:37:45 +0100 Subject: [PATCH] Spelling typo documenation -> documentation --- doc/source/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.