diff --git a/unittests/test_metafile.py b/unittests/test_metafile.py index e52ce01d..e1729b83 100644 --- a/unittests/test_metafile.py +++ b/unittests/test_metafile.py @@ -11,8 +11,8 @@ class MetafileDCTests(wtc.WidgetTestCase): @unittest.skipIf('wxMSW' not in wx.PlatformInfo, "Metafile classes only imsplemented on Windows") def test_MetafileDC1(self): # Not testing with output file because it is not released soon enough - # for this tests to be able to delete the file in this test, resulting - # in permission errors. + # to be able to delete the file in this test, resulting in permission + # errors. dc = wx.msw.MetafileDC() dc.DrawLine(0,0, 50,50) metafile = dc.Close()