Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 28, 2019
1 parent 7388457 commit 57e3af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ This helps to get the bounding box coordinates of the input image:
from PIL import Image
im = Image.open("hopper.jpg")
prin (im.getbbox())
print(im.getbbox())
# Returns four coordinates in the format (left, upper, right, lower)
.. automethod:: PIL.Image.Image.getcolors
Expand Down

0 comments on commit 57e3af4

Please sign in to comment.