Django

Code

Changeset 7962

Show
Ignore:
Timestamp:
07/18/08 18:02:33 (4 months ago)
Author:
jacob
Message:

Fixed typo in [7959]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/docs/tutorial02.txt

    r7959 r7962  
    233233Poll object. Let's make that happen. 
    234234 
    235 Remove the ``register()`` cal for the Choice model. Then, edit the ``Poll`` 
     235Remove the ``register()`` call for the Choice model. Then, edit the ``Poll`` 
    236236registration code to read:: 
    237237