Restored deleted docstring

This commit is contained in:
Andrew Murray 2023-03-19 13:36:43 +11:00 committed by GitHub
parent e014bdd2fe
commit fec92ce9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,6 +463,7 @@ class ImageDraw:
*args,
**kwargs,
):
"""Draw text."""
if self._multiline_check(text):
return self.multiline_text(
xy,