Skip to content

Commit 0d4c559

Browse files
committed
Merge pull request matplotlib#3080 from khyox/master
Minor fix to commit 24bc071
2 parents 7f7aa5e + c2d5ab3 commit 0d4c559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4486,7 +4486,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
44864486
44874487
extent : scalars (left, right, bottom, top), optional, default: None
44884488
The location, in data-coordinates, of the lower-left and
4489-
upper-right If `None`, the image is positioned such that
4489+
upper-right corners. If `None`, the image is positioned such that
44904490
the pixel centers fall on zero-based (row, column) indices.
44914491
44924492
shape : scalars (columns, rows), optional, default: None

0 commit comments

Comments
 (0)