Skip to content

Commit 127a6f0

Browse files
authored
Update gosper_curve.py
1 parent 042e435 commit 127a6f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fractals/gosper_curve.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99

1010
def draw_gosper_curve(
11-
side_length: float, depth: int, direction: int = -1, angle: float = 60.0
12-
) -> None:
11+
side_length: float, depth: int, direction: int = -1, angle: float = 60.0) -> None:
1312
"""
1413
Recursively draws a Gosper curve fractal.
1514

0 commit comments

Comments
 (0)