Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d0699a

Browse files
authored
Merge pull request #14305 from 5uper5hoot/patch-1
Small grammatical error.
2 parents 7e8536f + 513d1be commit 3d0699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
# Axes contains two (or three in the case of 3D)
9191
# :class:`~matplotlib.axis.Axis` objects (be aware of the difference
9292
# between **Axes** and **Axis**) which take care of the data limits (the
93-
# data limits can also be controlled via set via the
93+
# data limits can also be controlled via the
9494
# :meth:`~matplotlib.axes.Axes.set_xlim` and
9595
# :meth:`~matplotlib.axes.Axes.set_ylim` :class:`Axes` methods). Each
9696
# :class:`Axes` has a title (set via

0 commit comments

Comments
 (0)