Skip to content

Commit 86788d8

Browse files
authored
Update gosper_curve.py
1 parent 91e7e62 commit 86788d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fractals/gosper_curve.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ def draw_gosper_curve(
1818
depth: The recursive depth of the curve.
1919
direction: The direction of the drawing (1 or -1).
2020
angle: The angle of the turns in degrees.
21-
22-
Example:
23-
>>> import turtle
24-
>>> draw_gosper_curve(side_length=200.0, depth=4, direction=-1, angle=60.0)
2521
"""
2622

2723
if depth == 0:

0 commit comments

Comments
 (0)