Merge pull request #7027 from radarhere/imagedraw_docstring

Restored deleted docstring
This commit is contained in:
Hugo van Kemenade 2023-03-19 08:42:52 +02:00 committed by GitHub
commit 3b4b77bb11
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,