Skip to content

Commit 869e587

Browse files
Bump added version
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent f8ae342 commit 869e587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/ImageFont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def yaff(font: StrOrBytesPath | BinaryIO) -> YaffImageFont:
10811081
:exception OSError: If the file could not be read.
10821082
:exception SyntaxError: If the file is not a valid YAFF font.
10831083
1084-
.. versionadded:: 11.3.0
1084+
.. versionadded:: 12.3.0
10851085
"""
10861086
return YaffImageFont(font)
10871087

0 commit comments

Comments
 (0)