mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Fixed typo
This commit is contained in:
parent
c255948860
commit
d212808e3d
|
@ -1457,7 +1457,7 @@ class Image(object):
|
||||||
"""
|
"""
|
||||||
Maps this image through a lookup table or function.
|
Maps this image through a lookup table or function.
|
||||||
|
|
||||||
:param lut: A lookup table, containing 256 (or 65336 if
|
:param lut: A lookup table, containing 256 (or 65536 if
|
||||||
self.mode=="I" and mode == "L") values per band in the
|
self.mode=="I" and mode == "L") values per band in the
|
||||||
image. A function can be used instead, it should take a
|
image. A function can be used instead, it should take a
|
||||||
single argument. The function is called once for each
|
single argument. The function is called once for each
|
||||||
|
|
Loading…
Reference in New Issue
Block a user