mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
fix typo
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
29dbabd544
commit
c15dda4308
|
@ -2177,7 +2177,7 @@ class Image:
|
||||||
|
|
||||||
if command is not None:
|
if command is not None:
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"The command parameter is deprecated and will be removed in a future"
|
"The command parameter is deprecated and will be removed in a future "
|
||||||
"release. Use a subclass of ImageShow.Viewer instead.",
|
"release. Use a subclass of ImageShow.Viewer instead.",
|
||||||
DeprecationWarning,
|
DeprecationWarning,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user