mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Updated wording
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
c45b7590ad
commit
9e5173846e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user