Merge "fix a typo in documentation"

This commit is contained in:
Zuul 2018-04-26 16:41:24 +00:00 committed by Gerrit Code Review
commit 6eee2a070a
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