commit | 1375538b1a598ba05aa780aed538cfc18be59a7f | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Oct 09 18:44:26 2014 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Thu Oct 09 18:44:26 2014 -0400 |
tree | 22c5c615faecb827d5104fec00ac8929a0b6cde4 | |
parent | a6066ce6b1115b8a8bff3d30848bad0be0863f08 [diff] [blame] |
De-'colour'ize stdlib except for idlelib.configDialog. Tweak docstrigs and comments in affected functions in idlelib.configHandler.
diff --git a/Demo/turtle/tdemo_chaos.py b/Demo/turtle/tdemo_chaos.py index d4656f8..6a45d0d 100644 --- a/Demo/turtle/tdemo_chaos.py +++ b/Demo/turtle/tdemo_chaos.py
@@ -29,8 +29,8 @@ 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()