Django

Code

Changeset 7410

Show
Ignore:
Timestamp:
04/09/08 19:26:12 (1 month ago)
Author:
russellm
Message:

Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.

Files:

Legend:

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

    r7380 r7410  
    267267 
    268268The ``vote()`` view is still required. However, it must be modified to match 
    269 the new context variables. In the ``render_to_repsonse()`` call, rename the 
     269the new context variables. In the ``render_to_response()`` call, rename the 
    270270``poll`` context variable to ``object``. 
    271271