Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 6 Lib/idlelib/configdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ def help(self):
"""Create textview for config dialog help.

Attrbutes accessed:
tab_pages
note

Methods:
view_text: Method from textview module.
"""
page = self.tab_pages._current_page
page = self.note.tab(self.note.select(), option='text').strip()
view_text(self, title='Help for IDLE preferences',
text=help_common+help_pages.get(page, ''))

Expand Down Expand Up @@ -2015,7 +2015,7 @@ def detach(self):
[Cancel] only cancels changes made since the last save.
'''
help_pages = {
'Highlighting': '''
'Highlights': '''
Highlighting:
The IDLE Dark color theme is new in October 2015. It can only
be used with older IDLE releases if it is saved as a custom
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.