Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
n3011 and radarhere committed May 6, 2023
1 parent 5377b07 commit 2d841e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Expand Up @@ -637,7 +637,7 @@ def _repr_image(self, format):
"""iPython display hook support
:param format: Image format.
:returns: png version of the image as bytes
:returns: image as bytes, saved into the given format.
"""
b = io.BytesIO()
try:
Expand Down

0 comments on commit 2d841e1

Please sign in to comment.