Skip to content

Commit 30a3582

Browse files
LorenzNickelpoyea
authored andcommitted
1 parent 7677c37 commit 30a3582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

other/sierpinski_triangle.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Usage:
2222
- $python sierpinski_triangle.py <int:depth_for_fractal>
2323
24-
Credits: This code was written by editing the code from http://www.lpb-riannetrujillo.com/blog/python-fractal/
24+
Credits: This code was written by editing the code from http://www.riannetrujillo.com/blog/python-fractal/
2525
2626
'''
2727
import turtle
@@ -64,4 +64,4 @@ def triangle(points,depth):
6464
depth-1)
6565

6666

67-
triangle(points,int(sys.argv[1]))
67+
triangle(points,int(sys.argv[1]))

0 commit comments

Comments
 (0)