Fixed typo

This commit is contained in:
Andrew Murray 2016-10-07 20:43:54 +11:00
parent 7d6f4104a1
commit f59b708f3a

View File

@ -41,7 +41,7 @@ def grab(bbox=None):
size, data = grabber()
im = Image.frombytes(
"RGB", size, data,
# RGB, 32-bit line padding, origo in lower left corner
# RGB, 32-bit line padding, origin lower left corner
"raw", "BGR", (size[0]*3 + 3) & -4, -1
)
if bbox: