Skip to content

Commit 1d1d8ba

Browse files
authored
Merge pull request matplotlib#25759 from vavanade/main
Fix typo in api_interfaces.rst
2 parents 52a2a7c + 64193af commit 1d1d8ba

File tree

1 file changed

+1
-1
lines changed

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)