Skip to content

Commit

Permalink
Corrected docstring [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 21, 2022
1 parent 9e6537d commit 3c1e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageFont.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def truetype(font=None, size=10, index=0, encoding="", layout_engine=None):
:file:`/System/Library/Fonts/` and :file:`~/Library/Fonts/` on
macOS.
:param size: The requested size, in points.
:param size: The requested size, in pixels.
:param index: Which font face to load (default is first available face).
:param encoding: Which font encoding to use (default is Unicode). Possible
encodings include (see the FreeType documentation for more
Expand Down

0 comments on commit 3c1e7a7

Please sign in to comment.