Skip to content

Commit c15dda4

Browse files
nulanoradarhere
andauthored
fix typo
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 29dbabd commit c15dda4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@ def show(self, title=None, command=None):
21772177

21782178
if command is not None:
21792179
warnings.warn(
2180-
"The command parameter is deprecated and will be removed in a future"
2180+
"The command parameter is deprecated and will be removed in a future "
21812181
"release. Use a subclass of ImageShow.Viewer instead.",
21822182
DeprecationWarning,
21832183
)

0 commit comments

Comments
 (0)