mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 20:06:28 +03:00
fixe typo
This commit is contained in:
parent
8676044a27
commit
a221420ec3
|
@ -388,7 +388,7 @@ def floodfill(image, xy, value, border=None, thresh=0):
|
||||||
new_edge.add((s, t))
|
new_edge.add((s, t))
|
||||||
full_edge.add((s, t))
|
full_edge.add((s, t))
|
||||||
full_edge = edge
|
full_edge = edge
|
||||||
edge = newedge
|
edge = new_edge
|
||||||
|
|
||||||
|
|
||||||
def _color_diff(rgb1, rgb2):
|
def _color_diff(rgb1, rgb2):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user