From afa98d51201c73b0012e5fb10da3597ffdf8b4f6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 1 Apr 2020 10:04:59 +0300 Subject: [PATCH] Fix typo Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/releasenotes/7.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/7.1.0.rst b/docs/releasenotes/7.1.0.rst index b7e0dcfc362..346b9b49099 100644 --- a/docs/releasenotes/7.1.0.rst +++ b/docs/releasenotes/7.1.0.rst @@ -54,7 +54,7 @@ constructor. By default, it generates a PIL font file with ISO 8859-1 as before. generated PIL font file still contains up to 256 characters, but the character set is different depending on the selected encoding. -To use such a font with ``ImageDraw.text``, called it with a bytes object with the same +To use such a font with ``ImageDraw.text``, call it with a bytes object with the same encoding as the font file. X11 ImageGrab.grab()