Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51ef074

Browse files
committed
Docstring typo fix: Arithmentic -> Arithmetic.
1 parent fb92f39 commit 51ef074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/unittest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
import unittest
1313
14-
class IntegerArithmenticTestCase(unittest.TestCase):
14+
class IntegerArithmeticTestCase(unittest.TestCase):
1515
def testAdd(self): ## test method names begin 'test*'
1616
self.assertEqual((1 + 2), 3)
1717
self.assertEqual(0 + 1, 1)

0 commit comments

Comments
 (0)