Skip to content

Commit

Permalink
Merge pull request #6443 from timgates42/bugfix_typo_unpredictable
Browse files Browse the repository at this point in the history
Fix simple typo
  • Loading branch information
mergify[bot] committed Jul 16, 2022
2 parents d53344b + dfa6655 commit 2258f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def __repr__(self):
def _repr_pretty_(self, p, cycle):
"""IPython plain text display support"""

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

0 comments on commit 2258f23

Please sign in to comment.