提交 b42b7206 编写于 作者: M Mario Domenech Goulart

init_db.py: typo fix for `do_suite' comment.

s/Initalize/Initialize/
Signed-off-by: NMario Domenech Goulart <mario@ossystems.com.br>
上级 f31af941
......@@ -127,7 +127,7 @@ class InitDB(object):
s.commit()
def do_suite(self):
"""Initalize the suite table."""
"""Initialize the suite table."""
s = self.projectB.session()
s.query(Suite).delete()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册