Skip to content

Commit

Permalink
Highlighted errors [ci skip]
Browse files Browse the repository at this point in the history
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
radarhere and hugovk committed Apr 10, 2020
1 parent 0b26fb0 commit 0edbd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ImageFile.raise_ioerror

.. deprecated:: 7.2.0

IOError was merged into OSError in Python 3.3. So, ``ImageFile.raise_ioerror``
``IOError`` was merged into ``OSError`` in Python 3.3. So, ``ImageFile.raise_ioerror``
is now deprecated and will be removed in a future released. Use
``ImageFile.raise_oserror`` instead.

Expand Down

0 comments on commit 0edbd8b

Please sign in to comment.