Skip to content

Commit fec92ce

Browse files
authored
Restored deleted docstring
1 parent e014bdd commit fec92ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PIL/ImageDraw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ def text(
463463
*args,
464464
**kwargs,
465465
):
466+
"""Draw text."""
466467
if self._multiline_check(text):
467468
return self.multiline_text(
468469
xy,

0 commit comments

Comments
 (0)