Skip to content

Commit

Permalink
TEST commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Feb 20, 2024
1 parent 10712be commit 85ee821
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 @@ -193,7 +193,7 @@ class FreeTypeFont:

def __init__(
self,
font: StrOrBytesPath | BinaryIO | None = None,
font: StrOrBytesPath | BinaryIO | None | int = None,
size: float = 10,
index: int = 0,
encoding: str = "",
Expand Down

0 comments on commit 85ee821

Please sign in to comment.