From 21c91c1a36afa83223aea421c1dd879ccbfa89ff Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 22 Apr 2022 08:46:27 +1000 Subject: [PATCH] Fixed typo [ci skip] --- docs/deprecations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 496a4df95..479c79080 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -97,8 +97,8 @@ Deprecated Use instead ``Image.TRANSPOSE`` ``Image.Transpose.TRANSPOSE`` ``Image.TRANSVERSE`` ``Image.Transpose.TRANSVERSE`` ``Image.BOX`` ``Image.Resampling.BOX`` -``Image.BILINEAR`` ``Image.Resampling.BILNEAR`` -``Image.LINEAR`` ``Image.Resampling.BILNEAR`` +``Image.BILINEAR`` ``Image.Resampling.BILINEAR`` +``Image.LINEAR`` ``Image.Resampling.BILINEAR`` ``Image.HAMMING`` ``Image.Resampling.HAMMING`` ``Image.BICUBIC`` ``Image.Resampling.BICUBIC`` ``Image.CUBIC`` ``Image.Resampling.BICUBIC``