1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

Backport of 831514867c from master
This commit is contained in:
Jaap Roes
2015-11-21 01:50:03 +01:00
committed by Simon Charette
parent 7661a8a104
commit f7e599ad25

View File

@@ -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