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