8000 DOC: fix typos in docstrings · matplotlib/matplotlib@0a940c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a940c4

Browse files
committed
DOC: fix typos in docstrings
1 parent ea3c842 commit 0a940c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ def _make_image(self, A, in_bbox, out_bbox, clip_bbox, magnification=1.0,
381381
else:
382382
# colormap norms that output integers (ex NoNorm
383383
# and BoundaryNorm) to RGBA space before
384-
# interpolating. This is needed due to the the
384+
# interpolating. This is needed due to the
385385
# Agg resampler only working on floats in the
386386
# range [0, 1] and because interpolating indexes
387-
# into an arbitrary LUT maybe problematic.
387+
# into an arbitrary LUT may be problematic.
388388
#
389389
# This falls back to interpolating in RGBA space which
390390
# can produce it's own artifacts of colors not in the map

0 commit comments

Comments
 (0)
0