Added quote marks

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-02-01 10:02:42 +11:00 committed by GitHub
parent ec72d20d23
commit fca48db866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,11 @@ TODO
API Additions
=============
"justify" multiline text alignment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``"justify"`` multiline text alignment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In addition to "left", "center" and "right", multiline text can also be aligned using
"justify"::
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
``"justify"``::
from PIL import Image, ImageDraw
im = Image.new("RGB", (50, 25))