Author: jacob
Date: 2008-07-18 18:02:33 -0500 (Fri, 18 Jul 2008)
New Revision: 7962
Modified:
django/branches/newforms-admin/docs/tutorial02.txt
Log:
Fixed typo in [7959]
Modified: django/branches/newforms-admin/docs/tutorial02.txt
===================================================================
--- django/branches/newforms-admin/docs/tutorial02.txt 2008-07-18 23:02:06 UTC
(rev 7961)
+++ django/branches/newforms-admin/docs/tutorial02.txt 2008-07-18 23:02:33 UTC
(rev 7962)
@@ -232,7 +232,7 @@
It'd be better if you could add a bunch of Choices directly when you create the
Poll object. Let's make that happen.
-Remove the ``register()`` cal for the Choice model. Then, edit the ``Poll``
+Remove the ``register()`` call for the Choice model. Then, edit the ``Poll``
registration code to read::
class ChoiceInline(admin.StackedInline):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---