diff --git a/tmpNote.py b/tmpNote.py index eef5013..32057e3 100755 --- a/tmpNote.py +++ b/tmpNote.py @@ -279,7 +279,9 @@ def menu_bar(self): editmenu.Append( wx.ID_COPY, '&Copy\tCtrl+C', 'Copy selection from file.' ) - self.Bind(wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY) + self.Bind( + wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY + ) editmenu.Append( wx.ID_PASTE, '&Paste\tCtrl+V', 'Paste clipboard into file.' )