This commit is contained in:
Eric Soroos 2017-09-20 11:17:46 +00:00
parent 8172fa710b
commit 6e2010e7fd

View File

@ -72,7 +72,7 @@ New Transpose Operation
^^^^^^^^^^^^^^^^^^^^^^^
The ``Image.TRANSVERSE`` operation has been added to
:py:meth:`PIL.Image.Image.transpose`. This is equvalent to a transpose
:py:meth:`PIL.Image.Image.transpose`. This is equivalent to a transpose
operation about the opposite diagonal.
Multiband Filters