From ad25fd5756dd24f21966b15dc0920aba18e94930 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 26 Apr 2012 01:29:39 +0000 Subject: [PATCH] Fix comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- unittests/wtc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():