Fix broken reference in release notes

[ci skip]

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
mamg22 2024-06-13 00:03:03 -04:00 committed by GitHub
parent ed828d23df
commit 6cf08afb15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ API Changes
ImageFont.truetype
^^^^^^^^^^^^^^^^^^
:py:function:`~PIL.ImageFont.truetype` now searches for fonts in the directory
:py:func:`~PIL.ImageFont.truetype` now searches for fonts in the directory
indicated by the ``XDG_DATA_HOME`` in addition to those specified in ``XDG_DATA_DIRS``.
Additionally, the default for ``XDG_DATA_DIRS`` has been updated to match the
freedesktop spec.