De-'colour'ize stdlib except for idlelib.configDialog.

Tweak docstrigs and comments in affected functions in idlelib.configHandler.
This commit is contained in:
Terry Jan Reedy 2014-10-09 18:44:32 -04:00
parent 5bd62420f4
commit 867579972d
5 changed files with 25 additions and 23 deletions

View file

@ -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()