summaryrefslogtreecommitdiff
path: root/Demos/benchmarks/chaos.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/benchmarks/chaos.py')
-rw-r--r--Demos/benchmarks/chaos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/benchmarks/chaos.py b/Demos/benchmarks/chaos.py
index 36bd1bcd3..d770ff41c 100644
--- a/Demos/benchmarks/chaos.py
+++ b/Demos/benchmarks/chaos.py
@@ -130,7 +130,7 @@ class Spline(object):
I = ii
break
else:
- I = dom[1] - 1
+ I = dom[1] - 1
return I
def __len__(self):