Mike Naberezny 14 vuotta sitten
vanhempi
commit
5d023ecc6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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