mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 04:53:41 +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
|
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.
|
:py:exc:`ValueError` will now be raised.
|
||||||
|
|
||||||
API Additions
|
API Additions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user