From 036ef580811d9dd18da6ad92aff841a54b93394b Mon Sep 17 00:00:00 2001 From: Stephen McDonald Date: Sun, 29 Dec 2013 13:24:34 +1100 Subject: [PATCH] Fix typo in docstring --- overextends/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overextends/tests.py b/overextends/tests.py index e34a865..2ebafee 100644 --- a/overextends/tests.py +++ b/overextends/tests.py @@ -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 = {