Update PixelAccess.rst

Corrected parameter-name documentation mismatch.
This commit is contained in:
Hasan Yusuf Ahmed 2017-11-01 14:36:40 -04:00 committed by GitHub
parent badb2782e8
commit ee1f814479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ Results in the following::
multi-band images
: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):