mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Fixed typo
This commit is contained in:
parent
d98b85d386
commit
56a43a5fa7
|
@ -2869,7 +2869,7 @@ def open(fp, mode="r"):
|
|||
|
||||
:param fp: A filename (string), pathlib.Path object or a file object.
|
||||
The file object must implement ``file.read``,
|
||||
``file.seek`, and ``file.tell`` methods,
|
||||
``file.seek``, and ``file.tell`` methods,
|
||||
and be opened in binary mode.
|
||||
:param mode: The mode. If given, this argument must be "r".
|
||||
:returns: An :py:class:`~PIL.Image.Image` object.
|
||||
|
|
Loading…
Reference in New Issue
Block a user