diff --git a/django/template/base.py b/django/template/base.py index eb43bb966a..9a06e76818 100644 --- a/django/template/base.py +++ b/django/template/base.py @@ -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