Kaydet (Commit) 2d903929 authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) Andrew Godwin

Fixed #20949 -- Typo #2 in docstring

üst 3e20a885
......@@ -204,7 +204,7 @@ def do_extends(parser, token):
uses the literal value "base" as the name of the parent template to extend,
or ``{% extends variable %}`` uses the value of ``variable`` as either the
name of the parent template to extend (if it evaluates to a string) or as
the parent tempate itself (if it evaluates to a Template object).
the parent template itself (if it evaluates to a Template object).
"""
bits = token.split_contents()
if len(bits) != 2:
......
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