Django

Code

Changeset 7753

Show
Ignore:
Timestamp:
06/25/08 23:33:18 (5 months ago)
Author:
adrian
Message:

Fixed infuriating lack of apostrophe in a comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/regressiontests/templates/tests.py

    r7752 r7753  
    894894            'cache07' : ('{% load cache %}{% cache 2 test foo %}cache06{% endcache %}', {'foo': 1}, 'cache05'), 
    895895 
    896             # Raise exception if we dont have at least 2 args, first one integer. 
     896            # Raise exception if we don't have at least 2 args, first one integer. 
    897897            'cache08' : ('{% load cache %}{% cache %}{% endcache %}', {}, template.TemplateSyntaxError), 
    898898            'cache09' : ('{% load cache %}{% cache 1 %}{% endcache %}', {}, template.TemplateSyntaxError),