Author: mtredinnick
Date: 2008-10-24 02:16:23 -0500 (Fri, 24 Oct 2008)
New Revision: 9258
Modified:
django/trunk/docs/howto/custom-model-fields.txt
Log:
Fixed #9424 -- Typo fix.
Modified: django/trunk/docs/howto/custom-model-fields.txt
===================================================================
--- django/trunk/docs/howto/custom-model-fields.txt 2008-10-24 07:15:52 UTC
(rev 9257)
+++ django/trunk/docs/howto/custom-model-fields.txt 2008-10-24 07:16:23 UTC
(rev 9258)
@@ -167,7 +167,7 @@
kwargs['max_length'] = 104
super(HandField, self).__init__(*args, **kwargs)
-Our ``HandField`` accept most of the standard field options (see the list
+Our ``HandField`` accepts most of the standard field options (see the list
below), but we ensure it has a fixed length, since it only needs to hold 52
card values plus their suits; 104 characters in total.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---