mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Restored deleted docstring
This commit is contained in:
parent
e014bdd2fe
commit
fec92ce9cc
|
@ -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