From 6ab636fb5ac17bc844400113e69e9c0ee5cf7853 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 20 May 2014 09:27:56 -0700 Subject: [PATCH] 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 """