diff --git a/pystache/parser.py b/pystache/parser.py index c6a171f0..9a4fba23 100644 --- a/pystache/parser.py +++ b/pystache/parser.py @@ -43,7 +43,7 @@ def parse(template, delimiters=None): def _compile_template_re(delimiters): """ - Return a regular expresssion object (re.RegexObject) instance. + Return a regular expression object (re.RegexObject) instance. """ # The possible tag type characters following the opening tag,