Skip to content

Commit dfa6655

Browse files
committed
docs: fix simple typo, unpredicatable -> unpredictable
There is a small typo in src/PIL/Image.py. Should read `unpredictable` rather than `unpredicatable`. Signed-off-by: Tim Gates <[email protected]>
1 parent 45963b1 commit dfa6655

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)