From f4bcb01aaa7e01510a90b11bce5e71d108ba284c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 May 2016 19:38:58 -0700 Subject: [PATCH] typo --- unittests/test_metafile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()