Skip to content

Commit 95f3f35

Browse files
hugovkradarhere
andauthored
Fix name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 14302aa commit 95f3f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/ImageDraw.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Methods
368368
Return the size of the given string, in pixels.
369369

370370
:param text: Text to be measured. If it contains any newline characters,
371-
the text is passed on to :py:meth:`~PIL.ImageDraw.ImageDraw.size`.
371+
the text is passed on to :py:meth:`~PIL.ImageDraw.ImageDraw.multiline_textsize`.
372372
:param font: An :py:class:`~PIL.ImageFont.ImageFont` instance.
373373
:param spacing: If the text is passed on to
374374
:py:meth:`~PIL.ImageDraw.ImageDraw.multiline_textsize`,

0 commit comments

Comments
 (0)