mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +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))
|
||||
full_edge.add((s, t))
|
||||
full_edge = edge
|
||||
edge = newedge
|
||||
edge = new_edge
|
||||
|
||||
|
||||
def _color_diff(rgb1, rgb2):
|
||||
|
|
Loading…
Reference in New Issue
Block a user