Corrected line 45 parameter name/documentation mismatch

This commit is contained in:
Hasan Yusuf Ahmed 2017-11-01 15:17:07 -04:00 committed by GitHub
parent ee1f814479
commit d891347b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,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:: __getitem__(self, xy):