don't link to removed methods

This commit is contained in:
nulano 2020-07-09 20:19:34 +02:00 committed by Andrew Murray
parent ec2b549a4d
commit f6b4c3f741
2 changed files with 6 additions and 6 deletions

View File

@ -10,9 +10,9 @@ Several deprecated items have been removed.
resolution', 'resolution unit', and 'date time' has been resolution', 'resolution unit', and 'date time' has been
removed. Underscores should be used instead. removed. Underscores should be used instead.
* The methods :py:meth:`PIL.ImageDraw.ImageDraw.setink`, * The methods ``PIL.ImageDraw.ImageDraw.setink``,
:py:meth:`PIL.ImageDraw.ImageDraw.setfill`, and ``PIL.ImageDraw.ImageDraw.setfill``, and
:py:meth:`PIL.ImageDraw.ImageDraw.setfont` have been removed. ``PIL.ImageDraw.ImageDraw.setfont`` have been removed.
Closing Files When Opening Images Closing Files When Opening Images

View File

@ -34,9 +34,9 @@ Removed Deprecated Items
Several deprecated items have been removed. Several deprecated items have been removed.
* The methods :py:meth:`PIL.ImageWin.Dib.fromstring`, * The methods ``PIL.ImageWin.Dib.fromstring``,
:py:meth:`PIL.ImageWin.Dib.tostring` and ``PIL.ImageWin.Dib.tostring`` and
:py:meth:`PIL.TiffImagePlugin.ImageFileDirectory_v2.as_dict` have ``PIL.TiffImagePlugin.ImageFileDirectory_v2.as_dict`` have
been removed. been removed.
* Before Pillow 4.2.0, attempting to save an RGBA image as JPEG would * Before Pillow 4.2.0, attempting to save an RGBA image as JPEG would