Skip to content

Commit cda682e

Browse files
committed
Parameter values in code formatting
1 parent 95f3f35 commit cda682e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/ImageDraw.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Methods
212212
.. versionadded:: 1.1.5
213213

214214
.. note:: This option was broken until version 1.1.6.
215-
:param joint: Joint type between a sequence of lines. It can be "curve", for rounded
216-
edges, or ``None``.
215+
:param joint: Joint type between a sequence of lines. It can be ``"curve"``,
216+
for rounded edges, or ``None``.
217217

218218
.. versionadded:: 5.3.0
219219

@@ -289,7 +289,7 @@ Methods
289289
the number of pixels between lines.
290290
:param align: If the text is passed on to
291291
:py:meth:`~PIL.ImageDraw.ImageDraw.multiline_text`,
292-
"left", "center" or "right".
292+
``"left"``, ``"center"`` or ``"right"``.
293293
:param direction: Direction of the text. It can be ``"rtl"`` (right to
294294
left), ``"ltr"`` (left to right) or ``"ttb"`` (top to bottom).
295295
Requires libraqm.

0 commit comments

Comments
 (0)