mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
fix typo: proceeded -> processed
This commit is contained in:
parent
3cf1a4ea87
commit
bb77f62586
|
@ -372,7 +372,7 @@ def floodfill(image, xy, value, border=None, thresh=0):
|
|||
if fill:
|
||||
pixel[s, t] = value
|
||||
new_edge.add((s, t))
|
||||
full_edge = edge # discard pixels proceeded
|
||||
full_edge = edge # discard pixels processed
|
||||
edge = new_edge
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user