We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d53344b + dfa6655 commit 2258f23Copy full SHA for 2258f23
src/PIL/Image.py
@@ -646,7 +646,7 @@ def __repr__(self):
646
def _repr_pretty_(self, p, cycle):
647
"""IPython plain text display support"""
648
649
- # Same as __repr__ but without unpredicatable id(self),
+ # Same as __repr__ but without unpredictable id(self),
650
# to keep Jupyter notebook `text/plain` output stable.
651
p.text(
652
"<%s.%s image mode=%s size=%dx%d>"
0 commit comments