From cba3c79c7aae5eefd4fab4e81d6d4ac42f691957 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 14 Jan 2012 16:07:55 -0800 Subject: Renamed a RenderEngine._parse() argument from template_string to template. --- pystache/parser.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pystache/parser.py') diff --git a/pystache/parser.py b/pystache/parser.py index 44bf7bd..f74d1bd 100644 --- a/pystache/parser.py +++ b/pystache/parser.py @@ -79,6 +79,10 @@ class Parser(object): This method uses the current tag delimiter. + Arguments: + + template: a template string of type unicode. + """ parse_tree = [] start_index = index -- cgit v1.2.1