Skip to content

Commit 69c9572

Browse files
committed
Added ImageDraw link
1 parent fca48db commit 69c9572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releasenotes/11.2.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ API Additions
4747
``"justify"`` multiline text alignment
4848
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4949

50-
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
51-
``"justify"``::
50+
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be
51+
aligned using ``"justify"`` in :py:mod:`~PIL.ImageDraw`::
5252

5353
from PIL import Image, ImageDraw
5454
im = Image.new("RGB", (50, 25))

0 commit comments

Comments
 (0)