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

Skip to content

Commit 7357f1b

Browse files
committed
fix typo
1 parent 041bd4d commit 7357f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ class NonUniformImage(AxesImage):
733733
def __init__(self, ax, **kwargs):
734734
"""
735735
kwargs are identical to those for AxesImage, except
736-
that 'nearest', and 'bilinear' are the only supported 'interpolation'
736+
that 'nearest' and 'bilinear' are the only supported 'interpolation'
737737
options.
738738
"""
739739
interp = kwargs.pop('interpolation', 'nearest')

0 commit comments

Comments
 (0)