diff --git a/unittests/wtc.py b/unittests/wtc.py index e3318cda..66b54ba3 100644 --- a/unittests/wtc.py +++ b/unittests/wtc.py @@ -49,7 +49,7 @@ class WidgetTestCase(unittest.TestCase): def closeDialogs(self): """ - Close dialogs by calling their EndModal + Close dialogs by calling their EndModal method """ #self.myYield() for w in wx.GetTopLevelWindows():