summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Ombredanne <pombredanne@gmail.com>2014-04-15 14:47:20 +0200
committerPhilippe Ombredanne <pombredanne@gmail.com>2014-04-15 14:47:20 +0200
commit2a94b96204291eada9c40de502793b6d8c753d4d (patch)
treef429d1583e9adf2998c617cbfb4e27fa135cf20c
parent6a54b9a412354ae1e0a53bcb4db9d440b8c86dd6 (diff)
downloadpystache-2a94b96204291eada9c40de502793b6d8c753d4d.tar.gz
Fixed typo in docstring
-rw-r--r--pystache/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/parser.py b/pystache/parser.py
index c6a171f..9a4fba2 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,