mirror of
https://github.com/django/django.git
synced 2025-04-25 01:34:38 +00:00
Fixed a typo in the template Parser.parse docstring.
This commit is contained in:
parent
2c0be9045b
commit
831514867c
@ -459,7 +459,7 @@ class Parser(object):
|
|||||||
|
|
||||||
def parse(self, parse_until=None):
|
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
|
If parse_until is provided, parsing will stop once one of the
|
||||||
specified tokens has been reached. This is formatted as a list of
|
specified tokens has been reached. This is formatted as a list of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user