Skip to content

Commit

Permalink
Merge pull request #7027 from radarhere/imagedraw_docstring
Browse files Browse the repository at this point in the history
Restored deleted docstring
  • Loading branch information
hugovk committed Mar 19, 2023
2 parents e014bdd + fec92ce commit 3b4b77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PIL/ImageDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def text(
*args,
**kwargs,
):
"""Draw text."""
if self._multiline_check(text):
return self.multiline_text(
xy,
Expand Down

0 comments on commit 3b4b77b

Please sign in to comment.