Doc formatting fix

This commit is contained in:
wiredfool 2014-05-20 09:27:56 -07:00
parent 9a6e8f8e9d
commit 6ab636fb5a

View File

@ -1710,8 +1710,8 @@ class Image:
of :py:attr:`PIL.Image.NEAREST`, :py:attr:`PIL.Image.BILINEAR`,
:py:attr:`PIL.Image.BICUBIC`, or :py:attr:`PIL.Image.ANTIALIAS`
(best quality). If omitted, it defaults to
:py:attr:`PIL.Image.ANTIALIAS`. (was `PIL.Image.NEAREST` prior
to version 2.5.0)
:py:attr:`PIL.Image.ANTIALIAS`. (was :py:attr:`PIL.Image.NEAREST`
prior to version 2.5.0)
:returns: None
"""