Highlighted errors [ci skip]

Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2020-04-07 22:59:18 +10:00 committed by Hugo
parent d8213a245d
commit 29147e7fad

View File

@ -17,7 +17,7 @@ ImageFile.raise_ioerror
.. deprecated:: 7.2.0 .. 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 is now deprecated and will be removed in a future released. Use
``ImageFile.raise_oserror`` instead. ``ImageFile.raise_oserror`` instead.