diff --git a/lib/matplotlib/image.py b/lib/matplotlib/image.py index d7607c368231..de87c2afaa44 100644 --- a/lib/matplotlib/image.py +++ b/lib/matplotlib/image.py @@ -679,10 +679,10 @@ def set_interpolation(self, s): agg, ps and pdf backends and will fall back to 'nearest' mode for other backends. - ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' | - 'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' | - 'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' | - 'sinc' | 'lanczos' | 'none' |] + .. ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' | + 'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' | + 'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' | + 'sinc' | 'lanczos' | 'none' ] """ if s is None: