Skip to content

Commit

Permalink
Merge pull request #161 from pombredanne/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in docstring
  • Loading branch information
cjerdonek committed Sep 30, 2014
2 parents 5e08418 + 2a94b96 commit 17a5dfd
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.

This comment has been minimized.

Copy link
@wphakawan

wphakawan Apr 30, 2020

46 + Return a regular expression object ( re . RegexObject ) instance .

"""
# The possible tag type characters following the opening tag,
Expand Down

1 comment on commit 17a5dfd

@wphakawan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The possible tag type characters following the opening tag,

++ so what the next step ?..

Please sign in to comment.