File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ def help(self):
187187 """Create textview for config dialog help.
188188
189189 Attrbutes accessed:
190- tab_pages
190+ note
191191
192192 Methods:
193193 view_text: Method from textview module.
194194 """
195- page = self .tab_pages . _current_page
195+ page = self .note . tab ( self . note . select (), option = 'text' ). strip ()
196196 view_text (self , title = 'Help for IDLE preferences' ,
197197 text = help_common + help_pages .get (page , '' ))
198198
@@ -2104,7 +2104,7 @@ def detach(self):
21042104[Cancel] only cancels changes made since the last save.
21052105'''
21062106help_pages = {
2107- 'Highlighting ' : '''
2107+ 'Highlights ' : '''
21082108Highlighting:
21092109The IDLE Dark color theme is new in October 2015. It can only
21102110be used with older IDLE releases if it is saved as a custom
You can’t perform that action at this time.
0 commit comments