Skip to content

Commit

Permalink
Merge pull request #10441 from anntzer/docbuild
Browse files Browse the repository at this point in the history
DOC: Fix doc build error.
  • Loading branch information
tacaswell committed Feb 13, 2018
2 parents 0c3b9d7 + 528a746 commit 3fe3671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/matplotlib/image.py
Expand Up @@ -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:
Expand Down

0 comments on commit 3fe3671

Please sign in to comment.