8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9c38 commit 4e5fbe0Copy full SHA for 4e5fbe0
src/tests/test_repr.py
@@ -26,7 +26,7 @@ def test_str_only():
26
assert "<Python.Test.Bar object at " in ob.__repr__()
27
28
def test_hierarchy1():
29
- """Test inheritance heirarchy with base & middle class implementing ToString"""
+ """Test inheritance hierarchy with base & middle class implementing ToString"""
30
ob1 = ReprTest.BazBase()
31
assert str(ob1) == "Base class implementing ToString()!"
32
assert "<Python.Test.BazBase object at " in ob1.__repr__()
0 commit comments