Skip to content

Commit cf34feb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractals/gosper_curve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def draw_gosper_curve(
2323
>>> import turtle
2424
>>> draw_gosper_curve(side_length=200.0, depth=4, direction=-1, angle=60.0) # doctest: +SKIP
2525
"""
26-
26+
2727
if depth == 0:
2828
turtle.forward(side_length)
2929
else:

0 commit comments

Comments
 (0)