mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Remove redundant comment [CI skip]
This commit is contained in:
parent
35f1f4d8fa
commit
29388f8395
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user