mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Corrected line 45 parameter name/documentation mismatch
This commit is contained in:
parent
ee1f814479
commit
d891347b89
|
@ -42,7 +42,7 @@ Results in the following::
|
||||||
multi-band images
|
multi-band images
|
||||||
|
|
||||||
:param xy: The pixel coordinate, given as (x, y).
|
:param xy: The pixel coordinate, given as (x, y).
|
||||||
:param value: The pixel value.
|
:param color: The pixel value according to its mode. e.g. tuple (r, g, b) for RGB mode)
|
||||||
|
|
||||||
.. method:: __getitem__(self, xy):
|
.. method:: __getitem__(self, xy):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user