From 9a6e8f8e9dca4587a232bf5c4395b1cad782208b Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 20 May 2014 09:21:12 -0700 Subject: [PATCH 1/2] Noted previous default --- PIL/Image.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index c6ab76b6d..ec11a1866 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1710,7 +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`. + :py:attr:`PIL.Image.ANTIALIAS`. (was `PIL.Image.NEAREST` prior + to version 2.5.0) :returns: None """ From 6ab636fb5ac17bc844400113e69e9c0ee5cf7853 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 20 May 2014 09:27:56 -0700 Subject: [PATCH 2/2] Doc formatting fix --- PIL/Image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PIL/Image.py b/PIL/Image.py index ec11a1866..2ef226993 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -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 """