mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Update PixelAccess.rst
Corrected parameter-name documentation mismatch.
This commit is contained in:
parent
badb2782e8
commit
ee1f814479
|
@ -61,7 +61,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:: getpixel(self, xy):
|
.. method:: getpixel(self, xy):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user