mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
Updated deprecation warning
This commit is contained in:
parent
9f831317fe
commit
4679e4bf9e
|
@ -908,7 +908,7 @@ def getdraw(im=None, hints=None):
|
|||
:returns: A (drawing context, drawing resource factory) tuple.
|
||||
"""
|
||||
if hints is not None:
|
||||
deprecate("'hints' argument", 12)
|
||||
deprecate("'hints' parameter", 12)
|
||||
from . import ImageDraw2
|
||||
|
||||
if im:
|
||||
|
|
Loading…
Reference in New Issue
Block a user