Skip to content

Commit 73bec37

Browse files
committed
Fixed #4897 -- Fixed minor typo in doctest comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 3fef1f4 commit 73bec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regressiontests/templates/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def test_templates(self):
602602
# translation of a constant string
603603
'i18n13': ('{{ _("Page not found") }}', {'LANGUAGE_CODE': 'de'}, 'Seite nicht gefunden'),
604604

605-
### HANDLING OF TEMPLATE_TAG_IF_INVALID ###################################
605+
### HANDLING OF TEMPLATE_STRING_IF_INVALID ###################################
606606

607607
'invalidstr01': ('{{ var|default:"Foo" }}', {}, ('Foo','INVALID')),
608608
'invalidstr02': ('{{ var|default_if_none:"Foo" }}', {}, ('','INVALID')),

0 commit comments

Comments
 (0)