From 61e46c265e8f4371a89af340ffde2bffacc3ff04 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 18 Oct 2018 11:40:32 +0300 Subject: [PATCH] [ci skip] fix notes --- docs/releasenotes/5.4.0.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releasenotes/5.4.0.rst b/docs/releasenotes/5.4.0.rst index 094efdc61..df0622cdc 100644 --- a/docs/releasenotes/5.4.0.rst +++ b/docs/releasenotes/5.4.0.rst @@ -8,7 +8,7 @@ Other Changes ImageOps.fit ^^^^^^^^^^^^ -Now uses the one resize operation with ``box`` argument internally -instead of the crop and scale operations sequence. +Now uses one resize operation with ``box`` parameter internally +instead of a crop and scale operations sequence. This improves the performance and accuracy of cropping since -``box`` parameter accepts float values. +the ``box`` parameter accepts float values.