Commit 5c91b4ba by Chris Jerdonek

Tweaked Parser.parse() docstring.

parent 182803ba
...@@ -73,10 +73,9 @@ class Parser(object): ...@@ -73,10 +73,9 @@ class Parser(object):
def parse(self, template, index=0, section_key=None): def parse(self, template, index=0, section_key=None):
""" """
Parse a template string into a syntax tree using current attributes. Parse a template string into a parse tree.
This method uses the current RenderEngine instance's attributes, This method uses the current tag delimiter.
including the current tag delimiter, etc.
""" """
parse_tree = [] parse_tree = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment