@@ -758,7 +758,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
758758
759759 >>> axvline(x=1)
760760
761- * draw a default vline at *x* = .5 that spans the the middle half of
761+ * draw a default vline at *x* = .5 that spans the middle half of
762762 the yrange::
763763
764764 >>> axvline(x=.5, ymin=0.25, ymax=0.75)
@@ -4850,7 +4850,7 @@ def pcolor(self, *args, **kwargs):
48504850 than those of *C*; if the dimensions are the same, then the
48514851 last row and column of *C* will be ignored.
48524852
4853- Note that the the column index corresponds to the
4853+ Note that the column index corresponds to the
48544854 *x*-coordinate, and the row index corresponds to *y*; for
48554855 details, see the :ref:`Grid Orientation
48564856 <axes-pcolor-grid-orientation>` section below.
@@ -5298,7 +5298,7 @@ def pcolorfast(self, *args, **kwargs):
52985298 produce faster and more compact output using ps, pdf, and
52995299 svg backends, however.
53005300
5301- Note that the the column index corresponds to the x-coordinate,
5301+ Note that the column index corresponds to the x-coordinate,
53025302 and the row index corresponds to y; for details, see
53035303 the "Grid Orientation" section below.
53045304
0 commit comments