Skip to content

Commit 4679e4b

Browse files
authored
Updated deprecation warning
1 parent 9f83131 commit 4679e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageDraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def getdraw(im=None, hints=None):
908908
:returns: A (drawing context, drawing resource factory) tuple.
909909
"""
910910
if hints is not None:
911-
deprecate("'hints' argument", 12)
911+
deprecate("'hints' parameter", 12)
912912
from . import ImageDraw2
913913

914914
if im:

0 commit comments

Comments
 (0)