Django

Code

Changeset 206

Show
Ignore:
Timestamp:
07/19/05 10:23:22 (3 years ago)
Author:
adrian
Message:

Fixed typo in tutorial03 -- thanks, Robin Munn

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r202 r206  
    308308on the object ``poll``. Failing that, it tries attribute lookup -- which works, 
    309309in this case. If attribute lookup had failed, it would've tried calling the 
    310 method ``choice()`` on the poll object. 
     310method ``question()`` on the poll object. 
    311311 
    312312Method-calling happens in the ``{% for %}`` loop: ``poll.get_choice_list`` is