8000 Fix typo in api_interfaces.rst · matplotlib/matplotlib@64193af · GitHub
[go: up one dir, main page]

Skip to content

Commit 64193af

Browse files
authored
Fix typo in api_interfaces.rst
1 parent d77801e commit 64193af

File tree

1 file changed

+1
-1
lines changed

galleries/users_explain/figure/api_interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The "Axes" interface is how Matplotlib is implemented, and many customizations
3737
and fine-tuning end up being done at this level.
3838

3939
This interface works by instantiating an instance of a
40-
`~.matplotlib.figure.Figure` class (``fig`` below), using a method
40+
`~.matplotlib.figure.Figure` class (``fig`` below), using a
4141
`~.Figure.subplots` method (or similar) on that object to create one or more
4242
`~.matplotlib.axes.Axes` objects (``ax`` below), and then calling drawing
4343
methods on the Axes (``plot`` in this example):

0 commit comments

Comments
 (0)
0