Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 226729d

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/mpl_toolkits/axisartist/overview.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axisartist/overview.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.