diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2014-09-30 01:28:08 -0700 |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2014-09-30 01:28:08 -0700 |
commit | 17a5dfdcd56eb76af731d141de395a7632a905b8 (patch) | |
tree | 6ef711ed91bc8a63f6338e4b2f27e1685671ba5b /pystache/parser.py | |
parent | 5e08418cb914e59f0c13e52323833ab0c06a4c9d (diff) | |
parent | 2a94b96204291eada9c40de502793b6d8c753d4d (diff) | |
download | pystache-master.tar.gz |
Fixed typo in docstring
Diffstat (limited to 'pystache/parser.py')
-rw-r--r-- | pystache/parser.py | 2 |
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, |