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

Skip to content

Commit 197acdc

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #10441: Fix doc build error.
1 parent a2476e7 commit 197acdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/image.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,10 @@ def set_interpolation(self, s):
679679
agg, ps and pdf backends and will fall back to 'nearest' mode
680680
for other backends.
681681
682-
ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' |
683-
'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' |
684-
'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' |
685-
'sinc' | 'lanczos' | 'none' |]
682+
.. ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' |
683+
'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' |
684+
'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' |
685+
'sinc' | 'lanczos' | 'none' ]
686686
687687
"""
688688
if s is None:

0 commit comments

Comments
 (0)