Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
nulano 2020-06-21 12:16:27 +01:00 committed by GitHub
parent 29dbabd544
commit c15dda4308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2177,7 +2177,7 @@ class Image:
if command is not None:
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.",
DeprecationWarning,
)