Author: jezdez
Date: 2011-07-29 02:39:49 -0700 (Fri, 29 Jul 2011)
New Revision: 16559

Modified:
   django/trunk/docs/ref/models/fields.txt
Log:
Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.

Modified: django/trunk/docs/ref/models/fields.txt
===================================================================
--- django/trunk/docs/ref/models/fields.txt     2011-07-29 09:39:42 UTC (rev 
16558)
+++ django/trunk/docs/ref/models/fields.txt     2011-07-29 09:39:49 UTC (rev 
16559)
@@ -769,7 +769,7 @@
 ``GenericIPAddressField``
 -------------------------
 
-.. class:: GenericIPAddressField([protocols=both, unpack_ipv4=False, 
**options])
+.. class:: GenericIPAddressField([protocol=both, unpack_ipv4=False, **options])
 
 .. versionadded:: 1.4
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to