diff options
Diffstat (limited to 'framework/profile.py')
-rw-r--r-- | framework/profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/profile.py b/framework/profile.py index 356ec6479..53358868b 100644 --- a/framework/profile.py +++ b/framework/profile.py @@ -292,7 +292,7 @@ class TestProfile(object): """Method to do pre-run setup.""" def teardown(self): - """Method to od post-run teardown.""" + """Method to do post-run teardown.""" def copy(self): """Create a copy of the TestProfile. |