Mike Naberezny 14 年之前
父节点
当前提交
5d023ecc6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/supervisor/tests/__init__.py

+ 1 - 1
src/supervisor/tests/__init__.py

@@ -10,5 +10,5 @@ def assertFalse(self, value, extra=None):
 if not hasattr(TestCase, 'assertTrue'): # Python 2.3.3
     TestCase.assertTrue = assertTrue
 
-if not hasattr(TestCase, 'assertFalse'): # Pytthon 2.3.3
+if not hasattr(TestCase, 'assertFalse'): # Python 2.3.3
     TestCase.assertFalse = assertFalse