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):
187
187
"""Create textview for config dialog help.
188
188
189
189
Attrbutes accessed:
190
- tab_pages
190
+ note
191
191
192
192
Methods:
193
193
view_text: Method from textview module.
194
194
"""
195
- page = self .tab_pages . _current_page
195
+ page = self .note . tab ( self . note . select (), option = 'text' ). strip ()
196
196
view_text (self , title = 'Help for IDLE preferences' ,
197
197
text = help_common + help_pages .get (page , '' ))
198
198
@@ -2104,7 +2104,7 @@ def detach(self):
2104
2104
[Cancel] only cancels changes made since the last save.
2105
2105
'''
2106
2106
help_pages = {
2107
- 'Highlighting ' : '''
2107
+ 'Highlights ' : '''
2108
2108
Highlighting:
2109
2109
The IDLE Dark color theme is new in October 2015. It can only
2110
2110
be used with older IDLE releases if it is saved as a custom
You can’t perform that action at this time.
0 commit comments