mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Patch #812378: Normalize white space.
This commit is contained in:
parent
f8d59d28e0
commit
23b44a39ce
10 changed files with 203 additions and 204 deletions
|
|
@ -75,7 +75,7 @@ def __init__(self, version, switchboard, master=None, extrapath=[]):
|
|||
# Help menu
|
||||
#
|
||||
helpmenu = Menu(menubar, name='help', tearoff=0)
|
||||
helpmenu.add_command(label='About Pynche...',
|
||||
helpmenu.add_command(label='About Pynche...',
|
||||
command=self.__popup_about,
|
||||
underline=0)
|
||||
helpmenu.add_command(label='Help...',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue