Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere committed Apr 1, 2020
1 parent 961c341 commit afa98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasenotes/7.1.0.rst
Expand Up @@ -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()
Expand Down

0 comments on commit afa98d5

Please sign in to comment.