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

Skip to content

Commit cb9ae92

Browse files
authored
Merge pull request #23974 from yuanx749/typos
Fix repeated word typos
2 parents 4a62222 + 20990b6 commit cb9ae92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6205,7 +6205,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
62056205
62066206
- It supports only flat shading (no outlines)
62076207
- It lacks support for log scaling of the axes.
6208-
- It does not have a have a pyplot wrapper.
6208+
- It does not have a pyplot wrapper.
62096209
62106210
Parameters
62116211
----------

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def set_ticklabels(self, ticklabels, update_ticks=True, *, minor=False,
916916
of locations.
917917
918918
update_ticks : bool, default: True
919-
This keyword argument is ignored and will be be removed.
919+
This keyword argument is ignored and will be removed.
920920
Deprecated
921921
922922
minor : bool

tutorials/introductory/lifecycle.py

Lines changed: 1 addition & 1 deletion
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)