Comment fix for mmlcolor.py

This commit is contained in:
Merlijn Wajer 2010-06-29 18:19:18 +02:00
parent 1e401abe97
commit d13abf3afe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Color(object):
def findAll(self, box, color, tol = 0):
"""
find all colors in a box, with a specific tolerance.
returned are all the matching points/
returned are all the matching points
"""
ptr = PPOINT()
if tol is 0: