Added changes as per codereview.

This commit is contained in:
Martin Brochhaus 2012-02-20 17:58:23 +01:00
commit 67472298ca
4 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,7 @@ class TestPage(TestCase):
}
def test_use_args(self):
"""Creating a page with arguments passed to the connstructor should use
"""Creating a page with arguments passed to the constructor should use
them to initialise object's attributes.
"""