From 528a74671b3c6f8332930a0201bc93462f028937 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 13 Feb 2018 16:59:42 +0100 Subject: [PATCH] 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 0f874d46f277..233897c2944d 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: