Merge pull request #2581 from gdtrice/patch-2

Fixing small typo
This commit is contained in:
Hugo 2017-06-21 09:09:13 +03:00 committed by GitHub
commit bfda6b4b39

View File

@ -64,7 +64,7 @@ Fonts
PIL can use bitmap fonts or OpenType/TrueType fonts.
Bitmap fonts are stored in PILs 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`