Ticket #10502: tutorial2-typo.diff

File tutorial2-typo.diff, 659 bytes (added by Tim Graham, 16 years ago)

typo fix

  • docs/intro/tutorial02.txt

     
    172172
    173173Take a few minutes to marvel at all the code you didn't have to write. When you
    174174call ``admin.site.register(Poll)``, Django just lets you edit the object and
    175 "guess" at how to display it within the admin. Often you'll want to control how
     175"guesses" at how to display it within the admin. Often you'll want to control how
    176176the admin looks and works. You'll do this by telling Django about the options
    177177you want when you register the object.
    178178
Back to Top