Kaydet (Commit) 83151486 authored tarafından Jaap Roes's avatar Jaap Roes Kaydeden (comit) Simon Charette

Fixed a typo in the template Parser.parse docstring.

üst 2c0be904
......@@ -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
......
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