Highlight class name

Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2019-12-26 19:55:10 +11:00 committed by GitHub
parent c99257abb4
commit 996f552f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``.
"""