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

Skip to content

Commit 409a943

Browse files
jenshnielsenmdboom
authored andcommitted
fix typo
1 parent 0d1fcb4 commit 409a943

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
@@ -734,7 +734,7 @@ class NonUniformImage(AxesImage):
734734
def __init__(self, ax, **kwargs):
735735
"""
736736
kwargs are identical to those for AxesImage, except
737-
that 'nearest', and 'bilinear' are the only supported 'interpolation'
737+
that 'nearest' and 'bilinear' are the only supported 'interpolation'
738738
options.
739739
"""
740740
interp = kwargs.pop('interpolation', 'nearest')

0 commit comments

Comments
 (0)