fix typo
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 5 Jan 2014 00:57:26 +0000 (01:57 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 5 Jan 2014 01:04:21 +0000 (02:04 +0100)
test/test_unicode_literals.py

index 5f88ac2f87393f2adddf2416689fdfb510b056b6..94497054adcd4d2bea98ecd7b9ff6e9ded81085e 100644 (file)
@@ -10,7 +10,7 @@ rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 class TestUnicodeLiterals(unittest.TestCase):
     def test_all_files(self):
-        print('Skipping this test (not yet fully implemtned)')
+        print('Skipping this test (not yet fully implemented)')
         return
 
         for dirpath, _, filenames in os.walk(rootDir):