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 ec72d20 commit fca48dbCopy full SHA for fca48db
docs/releasenotes/11.2.0.rst
@@ -44,11 +44,11 @@ TODO
44
API Additions
45
=============
46
47
-"justify" multiline text alignment
48
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+``"justify"`` multiline text alignment
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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"``::
52
53
from PIL import Image, ImageDraw
54
im = Image.new("RGB", (50, 25))
0 commit comments