summaryrefslogtreecommitdiff
path: root/pystache/parser.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2014-09-30 01:31:13 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2014-09-30 01:31:13 -0700
commitc4ce6cdd84073572ea167af205e9b8cca8900059 (patch)
treeadbb421eeed86a0043f10fa6f766b5956c357e0a /pystache/parser.py
parent3ab8acc44421655ee73e55aa469271a456e97f84 (diff)
parent17a5dfdcd56eb76af731d141de395a7632a905b8 (diff)
downloadpystache-c4ce6cdd84073572ea167af205e9b8cca8900059.tar.gz
Merge branch 'master' into developmentdevelopment
Diffstat (limited to 'pystache/parser.py')
-rw-r--r--pystache/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/parser.py b/pystache/parser.py
index ae8fc0e..aa7190f 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,