mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27171: Merge typo fixes from 3.5
This commit is contained in:
commit
0b7d84de6b
30 changed files with 51 additions and 51 deletions
|
@ -177,7 +177,7 @@ class PolicyAPITests(unittest.TestCase):
|
|||
with self.assertRaisesRegex(self.MyDefect, "the telly is broken"):
|
||||
self.MyPolicy(raise_on_defect=True).handle_defect(foo, defect)
|
||||
|
||||
def test_overriden_register_defect_works(self):
|
||||
def test_overridden_register_defect_works(self):
|
||||
foo = self.MyObj()
|
||||
defect1 = self.MyDefect("one")
|
||||
my_policy = self.MyPolicy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue