mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Highlight class name
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
c99257abb4
commit
996f552f32
|
@ -2690,7 +2690,7 @@ def open(fp, mode="r"):
|
||||||
:exception FileNotFoundError: If the file cannot be found.
|
:exception FileNotFoundError: If the file cannot be found.
|
||||||
:exception PIL.UnidentifiedImageError: If the image cannot be opened and
|
:exception PIL.UnidentifiedImageError: If the image cannot be opened and
|
||||||
identified.
|
identified.
|
||||||
:exception ValueError: If the ``mode`` is not "r", or if a StringIO
|
:exception ValueError: If the ``mode`` is not "r", or if a ``StringIO``
|
||||||
instance is used for ``fp``.
|
instance is used for ``fp``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user