Skip to content

Commit 3194dbe

Browse files
committed
Fix spelling error
1 parent 89b2aea commit 3194dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self, *args, **kwargs):
189189
# code placed here runs before cmd2 initializes
190190
super().__init__(*args, **kwargs)
191191
if not isinstance(self, cmd2.Cmd):
192-
raise TypeError('The ExternalTestMixin class is intended to be used in multiple inhertance with cmd2.Cmd')
192+
raise TypeError('The ExternalTestMixin class is intended to be used in multiple inheritance with cmd2.Cmd')
193193
# code placed here runs after cmd2 initializes
194194
self._pybridge = cmd2.py_bridge.PyBridge(self)
195195

0 commit comments

Comments
 (0)