Skip to content

Commit

Permalink
Update GUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Pomerantz authored Apr 23, 2020
1 parent f300eaf commit c634450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MyPanel(wx.Panel):
def __init__(self, parent):
super(MyPanel, self).__init__(parent)
self.label = wx.StaticText(
self, label="Pick a Strike Price:", pos=(50, 30))
self, label="Pick a Strike Date:", pos=(50, 30))
languages = choices
self.combobox = wx.ComboBox(self, choices=languages, pos=(50, 50))
self.label2 = wx.StaticText(self, label="", pos=(50, 80))
Expand Down

0 comments on commit c634450

Please sign in to comment.