[ci skip] fix notes

This commit is contained in:
Alexander 2018-10-18 11:40:32 +03:00
parent 6cabcadae4
commit 61e46c265e

View File

@ -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.