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

Fixed a typo in the template Parser.parse docstring.

parent 2c0be904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,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