Skip to content

Commit dbcc637

Browse files
authored
Merge pull request #4368 from radarhere/imagedraw
Updated spacing defaults documentation
2 parents a520a43 + 1c102fd commit dbcc637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/ImageDraw.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Methods
255255

256256
Draw a shape.
257257

258-
.. py:method:: PIL.ImageDraw.ImageDraw.text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", direction=None, features=None, language=None, stroke_width=0, stroke_fill=None)
258+
.. py:method:: PIL.ImageDraw.ImageDraw.text(xy, text, fill=None, font=None, anchor=None, spacing=4, align="left", direction=None, features=None, language=None, stroke_width=0, stroke_fill=None)
259259
260260
Draws the string at the given position.
261261

@@ -306,7 +306,7 @@ Methods
306306

307307
.. versionadded:: 6.2.0
308308

309-
.. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", direction=None, features=None, language=None)
309+
.. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=4, align="left", direction=None, features=None, language=None)
310310
311311
Draws the string at the given position.
312312

0 commit comments

Comments
 (0)