Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2017-09-06 13:30:22 +10:00
parent e0eb92ac0e
commit 2ebf9aed38

View File

@ -6,4 +6,4 @@ Get One Channel From Image
New method :py:meth:`PIL.Image.Image.getchannel` added.
It returns single channel by index or name. For example,
``image.getchannel("A")`` will return alpha channel as seperate image.
``image.getchannel("A")`` will return alpha channel as separate image.