fix a typo in documentation

Change-Id: Ib7db8c3e75eee9651acce471cdc5eb7b05b3afd9
This commit is contained in:
melissaml 2018-03-23 07:59:06 +08:00
parent 9b387f5114
commit 6dc7c79edb
1 changed files with 1 additions and 1 deletions

View File

@ -2255,7 +2255,7 @@ class MyTestCase(testtools.TestCase):
self.another_critical_variable = 42
def testMethodOverride(self):
"""Should be properly overriden in a derived class."""
"""Should be properly overridden in a derived class."""
self.assertEqual(42, self.another_critical_variable)
self.another_critical_variable += 1