Skip to content

Commit

Permalink
Updated wording
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 Dec 8, 2023
1 parent c45b759 commit 9e51738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasenotes/10.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Zero or negative font size error
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When creating a :py:class:`~PIL.ImageFont.FreeTypeFont` instance, either directly or
through :py:func:`~PIL.ImageFont.truetype`, if the font size is not greater than zero, a
through :py:func:`~PIL.ImageFont.truetype`, if the font size is zero or less, a
:py:exc:`ValueError` will now be raised.

API Additions
Expand Down

0 comments on commit 9e51738

Please sign in to comment.