Skip to content

Commit

Permalink
Merge pull request #207 from theresama/patch-1
Browse files Browse the repository at this point in the history
Fix typo in partial_template_test_case.py
  • Loading branch information
asottile committed Oct 14, 2015
2 parents 9ca7fce + 90244ad commit c38ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheetah/testing/partial_template_test_case.py
Expand Up @@ -14,7 +14,7 @@
class PartialTemplateTestCase(unittest.TestCase):
# Partial template which extends Cheetah.partial_template
partial = None
# Functin in that partial template
# Function in that partial template
method = None

def get_partial_arguments(self):
Expand Down

0 comments on commit c38ac9d

Please sign in to comment.