From 29388f839582f35a541a7506c9818e68cf2bfb26 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 26 May 2014 16:26:42 +0300 Subject: [PATCH] Remove redundant comment [CI skip] --- PIL/Image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index 6450458bc..7014d36f3 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -2131,7 +2131,6 @@ def open(fp, mode="r"): must implement :py:meth:`~file.read`, :py:meth:`~file.seek`, and :py:meth:`~file.tell` methods, and be opened in binary mode. :param mode: The mode. If given, this argument must be "r". - :param maximum_pixels: TODO. :returns: An :py:class:`~PIL.Image.Image` object. :exception IOError: If the file cannot be found, or the image cannot be opened and identified.