Fix typo in docstring

This commit is contained in:
Stephen McDonald 2013-12-29 13:24:34 +11:00
parent 679e78ff92
commit 036ef58081
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Tests(TestCase):
def _create_template(self, template_dir, test_string, extends):
"""
Creates the test template in the given template directory, with
the test string injedcted that we'll use for the real test.
the test string injected that we'll use for the real test.
"""
with open(os.path.join(template_dir, self.unique_id), "w") as f:
template_vars = {