We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca48db commit 69c9572Copy full SHA for 69c9572
docs/releasenotes/11.2.0.rst
@@ -47,8 +47,8 @@ API Additions
47
``"justify"`` multiline text alignment
48
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49
50
-In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
51
-``"justify"``::
+In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be
+aligned using ``"justify"`` in :py:mod:`~PIL.ImageDraw`::
52
53
from PIL import Image, ImageDraw
54
im = Image.new("RGB", (50, 25))
0 commit comments