Skip to content

Commit f7582b8

Browse files
radarherehugovk
andauthored
Updated documentation terms
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent f7ee265 commit f7582b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ImageFont.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The :py:mod:`~PIL.ImageFont` module defines a class with the same name. Instance
88
this class store bitmap fonts, and are used with the
99
:py:meth:`PIL.ImageDraw.ImageDraw.text` method.
1010

11-
PIL uses its own font file format to store bitmap fonts, limited to 256 characters. You
11+
Pillow uses its own font file format to store bitmap fonts, limited to 256 characters. You
1212
can use :py:meth:`~PIL.FontFile.FontFile.to_imagefont` to convert BDF and PCF font
13-
descriptors (X window font formats) to this format::
13+
descriptors (X Window font formats) to this format::
1414

1515
from PIL import PcfFontFile
1616
with open("Tests/fonts/10x20-ISO8859-1.pcf", "rb") as fp:

0 commit comments

Comments
 (0)