mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +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 PIL.UnidentifiedImageError: If the image cannot be opened and
|
||||
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``.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user