mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26: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.
|
:returns: A (drawing context, drawing resource factory) tuple.
|
||||||
"""
|
"""
|
||||||
if hints is not None:
|
if hints is not None:
|
||||||
deprecate("'hints' argument", 12)
|
deprecate("'hints' parameter", 12)
|
||||||
from . import ImageDraw2
|
from . import ImageDraw2
|
||||||
|
|
||||||
if im:
|
if im:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user