Skip to content

Commit bf03036

Browse files
committed
Reduced line length
1 parent f22a530 commit bf03036

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tmpNote.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,9 @@ def menu_bar(self):
279279
editmenu.Append(
280280
wx.ID_COPY, '&Copy\tCtrl+C', 'Copy selection from file.'
281281
)
282-
self.Bind(wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY)
282+
self.Bind(
283+
wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY
284+
)
283285
editmenu.Append(
284286
wx.ID_PASTE, '&Paste\tCtrl+V', 'Paste clipboard into file.'
285287
)

0 commit comments

Comments
 (0)