From 1203d1f98e49818ba328e59d8981684d0a040696 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Feb 2016 20:47:02 +1100 Subject: [PATCH] Fixed typos [ci skip] --- docs/releasenotes/3.2.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/3.2.0.rst b/docs/releasenotes/3.2.0.rst index 137bc0555..934044a2e 100644 --- a/docs/releasenotes/3.2.0.rst +++ b/docs/releasenotes/3.2.0.rst @@ -23,7 +23,7 @@ Passthrough Parameters for ImageDraw.text ========================================= `ImageDraw.multiline_text` and `ImageDraw.multiline_size` take extra -spacing paramaters above what are used in `ImageDraw.text` and +spacing parameters above what are used in `ImageDraw.text` and `ImageDraw.size`. These parameters can now be passed into `ImageDraw.text` and `ImageDraw.size` and they will be passed through to the corresponding multiline functions. @@ -31,6 +31,6 @@ to the corresponding multiline functions. ImageSequence.Iterator changes ============================== -`ImageSequence.Iterator` is now an actual iterator implementating the +`ImageSequence.Iterator` is now an actual iterator implementing the Iterator protocol. It is also now possible to seek to the first image of the file when using direct indexing.