summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/chaos.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtledemo/chaos.py')
-rw-r--r--Lib/turtledemo/chaos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/turtledemo/chaos.py b/Lib/turtledemo/chaos.py
index d4656f8..6a45d0d 100644
--- a/Lib/turtledemo/chaos.py
+++ b/Lib/turtledemo/chaos.py
@@ -29,8 +29,8 @@ def coosys():
line(-1, 0, N+1, 0)
line(0, -0.1, 0, 1.1)
-def plot(fun, start, colour):
- pencolor(colour)
+def plot(fun, start, color):
+ pencolor(color)
x = start
jumpto(0, x)
pendown()