Skip to content

Commit 2258f23

Browse files
authored
Merge pull request #6443 from timgates42/bugfix_typo_unpredictable
Fix simple typo
2 parents d53344b + dfa6655 commit 2258f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def __repr__(self):
646646
def _repr_pretty_(self, p, cycle):
647647
"""IPython plain text display support"""
648648

649-
# Same as __repr__ but without unpredicatable id(self),
649+
# Same as __repr__ but without unpredictable id(self),
650650
# to keep Jupyter notebook `text/plain` output stable.
651651
p.text(
652652
"<%s.%s image mode=%s size=%dx%d>"

0 commit comments

Comments
 (0)