Skip to content

Commit

Permalink
[1.6.x] Fixed #20949 -- Typo #2 in docstring
Browse files Browse the repository at this point in the history
Backport of 0073f1d from master
  • Loading branch information
timgraham committed Aug 21, 2013
1 parent b0821e6 commit 28b1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/template/loader_tags.py
Expand Up @@ -206,7 +206,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:
Expand Down

0 comments on commit 28b1317

Please sign in to comment.