Skip to content

Commit

Permalink
Fixed typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Apr 15, 2014
1 parent 6a54b9a commit 2a94b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystache/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2a94b96

Please sign in to comment.