Merge pull request #6443 from timgates42/bugfix_typo_unpredictable

Fix simple typo
This commit is contained in:
mergify[bot] 2022-07-16 11:52:47 +00:00 committed by GitHub
commit 2258f23781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,7 @@ class Image:
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>"