Docstring typo fix: Arithmentic -> Arithmetic.
This commit is contained in:
parent
fb92f393b0
commit
51ef074d57
|
@ -11,7 +11,7 @@ Simple usage:
|
|||
|
||||
import unittest
|
||||
|
||||
class IntegerArithmenticTestCase(unittest.TestCase):
|
||||
class IntegerArithmeticTestCase(unittest.TestCase):
|
||||
def testAdd(self): ## test method names begin 'test*'
|
||||
self.assertEqual((1 + 2), 3)
|
||||
self.assertEqual(0 + 1, 1)
|
||||
|
|
Loading…
Reference in New Issue