There was an error while loading. Please reload this page.
1 parent 2a0f7c3 commit 4a8b53aCopy full SHA for 4a8b53a
1 file changed
Lib/idlelib/configdialog.py
@@ -187,12 +187,12 @@ def help(self):
187
"""Create textview for config dialog help.
188
189
Attrbutes accessed:
190
- tab_pages
+ note
191
192
Methods:
193
view_text: Method from textview module.
194
"""
195
- page = self.tab_pages._current_page
+ page = self.note.tab(self.note.select(), option='text').strip()
196
view_text(self, title='Help for IDLE preferences',
197
text=help_common+help_pages.get(page, ''))
198
@@ -2104,7 +2104,7 @@ def detach(self):
2104
[Cancel] only cancels changes made since the last save.
2105
'''
2106
help_pages = {
2107
- 'Highlighting': '''
+ 'Highlights': '''
2108
Highlighting:
2109
The IDLE Dark color theme is new in October 2015. It can only
2110
be used with older IDLE releases if it is saved as a custom
0 commit comments