From 197acdcc5dfc4e0ce377b57f34e718f0463539ec Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 13 Feb 2018 13:12:43 -0500 Subject: [PATCH] Backport PR #10441: Fix doc build error. --- lib/matplotlib/image.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: