From 959e9d96571440bb77d329aa76a218d90568d82f Mon Sep 17 00:00:00 2001 From: Garland Trice Date: Tue, 20 Jun 2017 21:44:06 -0700 Subject: [PATCH] Fixing small typo Working on a small project, reading thru the docs and noticed this. --- docs/reference/ImageDraw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ImageDraw.rst b/docs/reference/ImageDraw.rst index 842407c90..4a9a5b4f5 100644 --- a/docs/reference/ImageDraw.rst +++ b/docs/reference/ImageDraw.rst @@ -64,7 +64,7 @@ Fonts PIL can use bitmap fonts or OpenType/TrueType fonts. Bitmap fonts are stored in PIL’s own format, where each font typically consists -of a two files, one named .pil and the other usually named .pbm. The former +of two files, one named .pil and the other usually named .pbm. The former contains font metrics, the latter raster data. To load a bitmap font, use the load functions in the :py:mod:`~PIL.ImageFont`