Skip to content

Commit 3333ba0

Browse files
committed
Fixed typo in TimerWx
1 parent d5f9876 commit 3333ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _timer_set_interval(self):
206206
self._timer_start()
207207

208208
def _timer_set_single_shot(self):
209-
self._timer.start()
209+
self._timer.Start()
210210

211211
def _on_timer(self, *args):
212212
TimerBase._on_timer(self)

0 commit comments

Comments
 (0)