Skip to content

Commit d6a379d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7194771 commit d6a379d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ImageMorph.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ Example: applying a simple dilation operation::
100100

101101
with Image.open("input.png") as im:
102102
im = im.convert("L")
103-
103+
104104
# Built-in 8-connected dilation
105105
op = ImageMorph.MorphOp(op_name="dilation8")
106-
106+
107107
count, out = op.apply(im)
108108
out.save("dilated.png")
109109

0 commit comments

Comments
 (0)