mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Merge pull request #7027 from radarhere/imagedraw_docstring
Restored deleted docstring
This commit is contained in:
commit
3b4b77bb11
|
@ -463,6 +463,7 @@ class ImageDraw:
|
|||
*args,
|
||||
**kwargs,
|
||||
):
|
||||
"""Draw text."""
|
||||
if self._multiline_check(text):
|
||||
return self.multiline_text(
|
||||
xy,
|
||||
|
|
Loading…
Reference in New Issue
Block a user