Skip to content

Commit

Permalink
gh-78143: IDLE - fix settings dialog page label. (#96009)
Browse files Browse the repository at this point in the history
'/Tab' should have been removed from the font page label
when the tab-spaces setting was moved to the Windows page.
  • Loading branch information
terryjreedy committed Aug 15, 2022
1 parent 3adb4d8 commit f6b8110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/configdialog.py
Expand Up @@ -121,7 +121,7 @@ def create_widgets(self):
self.winpage = WinPage(note)
self.shedpage = ShedPage(note)

note.add(self.fontpage, text='Fonts/Tabs')
note.add(self.fontpage, text=' Fonts ')
note.add(self.highpage, text='Highlights')
note.add(self.keyspage, text=' Keys ')
note.add(self.winpage, text=' Windows ')
Expand Down

0 comments on commit f6b8110

Please sign in to comment.