Fixed line-length formatting

Fixed line length issues in formatting [ci skip]
This commit is contained in:
essarrjay 2020-08-05 12:11:22 -07:00 committed by GitHub
parent 9cdfb296e5
commit fce34a0d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2273,10 +2273,10 @@ class Image:
:param size: Requested size.
:param resample: Optional resampling filter. This can be one
of :py:data:`PIL.Image.NEAREST`, :py:data:`PIL.Image.BILINEAR`,
:py:data:`PIL.Image.BICUBIC`, :py:data:`PIL.Image.BOX`, or :py:data:`PIL.Image.LANCZOS`.
If omitted, it defaults to :py:data:`PIL.Image.BICUBIC`.
(was :py:data:`PIL.Image.NEAREST` prior to version 2.5.0).
See: :ref:`concept-filters`.
:py:data:`PIL.Image.BICUBIC`, :py:data:`PIL.Image.BOX`, or
:py:data:`PIL.Image.LANCZOS`. If omitted, it defaults to
:py:data:`PIL.Image.BICUBIC`. (was :py:data:`PIL.Image.NEAREST`
prior to version 2.5.0). See: :ref:`concept-filters`.
:param reducing_gap: Apply optimization by resizing the image
in two steps. First, reducing the image by integer times
using :py:meth:`~PIL.Image.Image.reduce` or