8000 Merge pull request #10441 from anntzer/docbuild · matplotlib/matplotlib@3fe3671 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fe3671

Browse files
authored
Merge pull request #10441 from anntzer/docbuild
DOC: Fix doc build error.
2 parents 0c3b9d7 + 528a746 commit 3fe3671

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)
0