mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Fixed typos [ci skip]
This commit is contained in:
parent
10677e17c5
commit
1203d1f98e
|
@ -23,7 +23,7 @@ Passthrough Parameters for ImageDraw.text
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
`ImageDraw.multiline_text` and `ImageDraw.multiline_size` take extra
|
`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.size`. These parameters can now be passed into
|
||||||
`ImageDraw.text` and `ImageDraw.size` and they will be passed through
|
`ImageDraw.text` and `ImageDraw.size` and they will be passed through
|
||||||
to the corresponding multiline functions.
|
to the corresponding multiline functions.
|
||||||
|
@ -31,6 +31,6 @@ to the corresponding multiline functions.
|
||||||
ImageSequence.Iterator changes
|
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
|
Iterator protocol. It is also now possible to seek to the first image
|
||||||
of the file when using direct indexing.
|
of the file when using direct indexing.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user