Skip to content

Commit

Permalink
Added quote marks
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk authored Jan 31, 2025
1 parent ec72d20 commit fca48db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/releasenotes/11.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit fca48db

Please sign in to comment.