Fixed up a missing space in an error message

Change-Id: Id975b336c8cf139af021ebbbfe398313e31b8881
This commit is contained in:
Alex Gaynor
2013-08-23 05:41:23 -07:00
parent eb59b7d83f
commit 94560d408e

View File

@@ -97,7 +97,7 @@ at_exit_set = set()
def validate_tearDownClass():
if at_exit_set:
raise RuntimeError("tearDownClass does not calls the super's"
raise RuntimeError("tearDownClass does not calls the super's "
"tearDownClass in these classes: "
+ str(at_exit_set))