diff --git a/Lib/idlelib/ScrolledList.py b/Lib/idlelib/ScrolledList.py index 7fb1c202d58..92119365770 100644 --- a/Lib/idlelib/ScrolledList.py +++ b/Lib/idlelib/ScrolledList.py @@ -1,7 +1,7 @@ from Tkinter import * class ScrolledList: - + default = "(None)" def __init__(self, master, **options):