1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-11 05:38:00 -05:00

Comment fix for mmlcolor.py

This commit is contained in:
Merlijn Wajer 2010-06-29 18:19:18 +02:00
parent 1e401abe97
commit d13abf3afe

View File

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