mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
This commit is contained in:
parent
5bd62420f4
commit
867579972d
5 changed files with 25 additions and 23 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue