Skip to content

Commit

Permalink
Reduced line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg1138 committed Nov 10, 2017
1 parent f22a530 commit bf03036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmpNote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
)
Expand Down

0 comments on commit bf03036

Please sign in to comment.