Skip to content

Commit 042e435

Browse files
author
Tom Jund
committed
Add Gosper curve fractal implementation
1 parent cf34feb commit 042e435

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
@@ -21,7 +21,7 @@ def draw_gosper_curve(
2121
2222
Example:
2323
>>> import turtle
24-
>>> draw_gosper_curve(side_length=200.0, depth=4, direction=-1, angle=60.0) # doctest: +SKIP
24+
>>> draw_gosper_curve(side_length=200.0, depth=4, direction=-1, angle=60.0)
2525
"""
2626

2727
if depth == 0:

0 commit comments

Comments
 (0)