Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d9f83d

Browse files
timgates42lostmsu
authored andcommitted
Fix simple typo: heirarchy -> hierarchy (#1026)
Closes #1025
1 parent a7e3216 commit 5d9f83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_repr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_str_only():
2626
assert "<Python.Test.Bar object at " in ob.__repr__()
2727

2828
def test_hierarchy1():
29-
"""Test inheritance heirarchy with base & middle class implementing ToString"""
29+
"""Test inheritance hierarchy with base & middle class implementing ToString"""
3030
ob1 = ReprTest.BazBase()
3131
assert str(ob1) == "Base class implementing ToString()!"
3232
assert "<Python.Test.BazBase object at " in ob1.__repr__()

0 commit comments

Comments
 (0)