Skip to content

Commit 226729d

Browse files
authored
Merge pull request #7938 from adrn/typo
[MRG+1] Fix typo in toolkits docs
2 parents 03c1eb5 + c2da45b commit 226729d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/mpl_toolkits/axisartist/overview.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Overview of axisartist toolkit
33
==============================
44

5-
.. warning::
6-
*axisartist* uses a custom Axes class
5+
.. warning::
6+
*axisartist* uses a custom Axes class
77
(derived from the mpl's original Axes class).
88
As a side effect, some commands (mostly tick-related) do not work.
99

@@ -84,7 +84,7 @@ Most commands in the axes_grid1 toolkit can take a axes_class keyword
8484
argument, and the commands creates an axes of the given class. For example,
8585
to create a host subplot with axisartist.Axes, ::
8686

87-
import mpl_tookits.axisartist as AA
87+
import mpl_toolkits.axisartist as AA
8888
from mpl_toolkits.axes_grid1 import host_subplot
8989

9090
host = host_subplot(111, axes_class=AA.Axes)

0 commit comments

Comments
 (0)