Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
nulano 2020-07-10 14:16:04 +01:00 committed by Andrew Murray
parent 7a660d548d
commit 1ac943991a
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ image enhancement filters:
.. class:: Filter
An abstract mixin used for filtering images
(for use with :py:meth:`~PIL.Image.Image.filter`)
(for use with :py:meth:`~PIL.Image.Image.filter`).
Implementors must provide the following method:
@ -83,7 +83,7 @@ image enhancement filters:
.. class:: MultibandFilter
An abstract mixin used for filtering multi-band images
(for use with :py:meth:`~PIL.Image.Image.filter`)
(for use with :py:meth:`~PIL.Image.Image.filter`).
Implementors must provide the following method:

View File

@ -64,4 +64,4 @@ metadata tag numbers, names, and type information.
.. py:data:: PIL.TiffTags.LIBTIFF_CORE
:type: list
A list of supported tag ids when writing using libtiff.
A list of supported tag IDs when writing using LibTIFF.