Skip to content

Commit 351e5e4

Browse files
committed
Spelling typo
documenation -> documentation
1 parent 9839f0a commit 351e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/visualization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ You can pass other keywords supported by matplotlib ``hist``. For example, horiz
267267
plt.close('all')
268268
269269
See the :meth:`hist <matplotlib.axes.Axes.hist>` method and the
270-
`matplotlib hist documenation <http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.hist>`__ for more.
270+
`matplotlib hist documentation <http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.hist>`__ for more.
271271

272272

273273
The existing interface ``DataFrame.hist`` to plot histogram still can be used.

0 commit comments

Comments
 (0)