Commit f7e599ad authored by Jaap Roes's avatar Jaap Roes Committed by Simon Charette
Browse files

[1.9.x] Fixed a typo in the template Parser.parse docstring.

Backport of 83151486 from master
parent 7661a8a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ class Parser(object):

    def parse(self, parse_until=None):
        """
        Iterate through the parser tokens and compils each one into a node.
        Iterate through the parser tokens and compiles each one into a node.

        If parse_until is provided, parsing will stop once one of the
        specified tokens has been reached. This is formatted as a list of