From 831514867c9a2f8321ef15d0de25352a5b9ee3b9 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Sat, 21 Nov 2015 01:50:03 +0100 Subject: [PATCH] Fixed a typo in the template Parser.parse docstring. --- django/template/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/template/base.py b/django/template/base.py index eb43bb966a9..9a06e768184 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