Skip to content

Commit 924e1b4

Browse files
author
Tomasz bla Fortuna
committed
Simple fix in a demo_fractal.py
1 parent 134d944 commit 924e1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo_fractal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class FracOrganism(Organism):
6969
'init':OrgGene,
7070
'delta':DeltaGene,
7171
'iterations':IterationsGene,
72-
)
72+
}
7373

7474
maxIterations = 100
7575

0 commit comments

Comments
 (0)