mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #6443 from timgates42/bugfix_typo_unpredictable
Fix simple typo
This commit is contained in:
commit
2258f23781
|
@ -646,7 +646,7 @@ class Image:
|
||||||
def _repr_pretty_(self, p, cycle):
|
def _repr_pretty_(self, p, cycle):
|
||||||
"""IPython plain text display support"""
|
"""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.
|
# to keep Jupyter notebook `text/plain` output stable.
|
||||||
p.text(
|
p.text(
|
||||||
"<%s.%s image mode=%s size=%dx%d>"
|
"<%s.%s image mode=%s size=%dx%d>"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user