Skip to content

Commit 02fad00

Browse files
anntzermeeseeksmachine
authored andcommitted
Backport PR #23974: Fix repeated word typos
1 parent 37035d2 commit 02fad00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6221,7 +6221,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
62216221
62226222
- It supports only flat shading (no outlines)
62236223
- It lacks support for log scaling of the axes.
6224-
- It does not have a have a pyplot wrapper.
6224+
- It does not have a pyplot wrapper.
62256225
62266226
Parameters
62276227
----------

lib/matplotlib/colorbar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ def set_ticklabels(self, ticklabels, update_ticks=True, *, minor=False,
923923
of locations.
924924
925925
update_ticks : bool, default: True
926-
This keyword argument is ignored and will be be removed.
926+
This keyword argument is ignored and will be removed.
927927
Deprecated
928928
929929
minor : bool

tutorials/introductory/lifecycle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
In the explicit object-oriented (OO) interface we directly utilize instances of
2727
:class:`axes.Axes` to build up the visualization in an instance of
2828
:class:`figure.Figure`. In the implicit interface, inspired by and modeled on
29-
MATLAB, uses an global state-based interface which is is encapsulated in the
29+
MATLAB, uses an global state-based interface which is encapsulated in the
3030
:mod:`.pyplot` module to plot to the "current Axes". See the :doc:`pyplot
3131
tutorials </tutorials/introductory/pyplot>` for a more in-depth look at the
3232
pyplot interface.

0 commit comments

Comments
 (0)