From 9e5173846e787a3c15836701d01c55f9c8dcd907 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:04:15 +1100 Subject: [PATCH] Updated wording Co-authored-by: Hugo van Kemenade --- docs/releasenotes/10.2.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/10.2.0.rst b/docs/releasenotes/10.2.0.rst index fca8fe67cc2..bd06e09fc4e 100644 --- a/docs/releasenotes/10.2.0.rst +++ b/docs/releasenotes/10.2.0.rst @@ -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