Skip to content

Commit 520fa19

Browse files
radarherehugovk
andauthored
Fixed formatting
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8135bd5 commit 520fa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasenotes/9.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Allow default ImageDraw font to be set
3131

3232
Rather than specifying a font when calling text-related ImageDraw methods, or
3333
setting a font on each ImageDraw instance, the default font can now be set for
34-
all future ImageDraw operations.
34+
all future ImageDraw operations::
3535

3636
from PIL import ImageDraw, ImageFont
3737
ImageDraw.ImageDraw.font = ImageFont.truetype("Tests/fonts/FreeMono.ttf")

0 commit comments

Comments
 (0)