mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +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,
|
*args,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
|
"""Draw text."""
|
||||||
if self._multiline_check(text):
|
if self._multiline_check(text):
|
||||||
return self.multiline_text(
|
return self.multiline_text(
|
||||||
xy,
|
xy,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user