Philipp Hagemeister 12 年之前
父节点
当前提交
28ab2e48ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test_unicode_literals.py

+ 1 - 1
test/test_unicode_literals.py

@@ -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):