mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Fix typo
This commit is contained in:
parent
73884576d4
commit
57e3af4afb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user