mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -876,7 +876,7 @@ class ClassPropertiesAndMethods(unittest.TestCase):
|
|||
self.assertEqual(Frag().__int__(), 42)
|
||||
self.assertEqual(int(Frag()), 42)
|
||||
|
||||
def test_diamond_inheritence(self):
|
||||
def test_diamond_inheritance(self):
|
||||
# Testing multiple inheritance special cases...
|
||||
class A(object):
|
||||
def spam(self): return "A"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue