From 2a94b96204291eada9c40de502793b6d8c753d4d Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 15 Apr 2014 14:47:20 +0200 Subject: Fixed typo in docstring --- pystache/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1