Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk authored Jun 10, 2024
1 parent e225f9f commit 9f83131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ Support for LibTIFF earlier than 4
Support for LibTIFF earlier than version 4 has been deprecated.
Upgrade to a newer version of LibTIFF instead.

ImageDraw.getdraw hints argument
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImageDraw.getdraw hints parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. deprecated:: 10.4.0

The ``hints`` argument in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.
The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.

Removed features
----------------
Expand Down
6 changes: 3 additions & 3 deletions docs/releasenotes/10.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Support for LibTIFF earlier than 4
Support for LibTIFF earlier than version 4 has been deprecated.
Upgrade to a newer version of LibTIFF instead.

ImageDraw.getdraw hints argument
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImageDraw.getdraw hints parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``hints`` argument in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.
The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.

API Changes
===========
Expand Down

0 comments on commit 9f83131

Please sign in to comment.