fixe typo

This commit is contained in:
yo1995 2018-08-06 19:36:18 +08:00
parent 8676044a27
commit a221420ec3

View File

@ -388,7 +388,7 @@ def floodfill(image, xy, value, border=None, thresh=0):
new_edge.add((s, t))
full_edge.add((s, t))
full_edge = edge
edge = newedge
edge = new_edge
def _color_diff(rgb1, rgb2):