From 39e95a6a4398d1c848c17f724bf14916a68298b7 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 30 Sep 2018 21:47:47 +1000 Subject: [PATCH] Corrected documentation syntax --- docs/releasenotes/5.3.0.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/releasenotes/5.3.0.rst b/docs/releasenotes/5.3.0.rst index e1c97f8d9..7a5bd0f69 100644 --- a/docs/releasenotes/5.3.0.rst +++ b/docs/releasenotes/5.3.0.rst @@ -49,11 +49,9 @@ explicit error to prevent later consequences. The ``resize`` method is the correct way to change an image's size. The exceptions to this are: -* The ICO and ICNS image formats, which use ``im.size = (100, 100)`` to select -a subimage. -* The TIFF image format, which now has a ``DeprecationWarning`` for this -action, as direct image size setting was previously necessary to work around an -issue with tile extents. + +* The ICO and ICNS image formats, which use ``im.size = (100, 100)`` to select a subimage. +* The TIFF image format, which now has a ``DeprecationWarning`` for this action, as direct image size setting was previously necessary to work around an issue with tile extents. Other Changes =============