Author: simon
Date: 2009-04-06 18:45:56 -0500 (Mon, 06 Apr 2009)
New Revision: 10412

Modified:
   django/trunk/docs/ref/contrib/admin/actions.txt
Log:
Fixed a documentation typo

Modified: django/trunk/docs/ref/contrib/admin/actions.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/actions.txt     2009-04-06 23:39:26 UTC 
(rev 10411)
+++ django/trunk/docs/ref/contrib/admin/actions.txt     2009-04-06 23:45:56 UTC 
(rev 10412)
@@ -160,7 +160,7 @@
 ``'make_published'`` in ``actions`` instead of a direct function reference. 
This
 tells the :class:`ModelAdmin` to look up the action as a method.
 
-Defining actions as methods is gives the action more straightforward, idiomatic
+Defining actions as methods gives the action more straightforward, idiomatic
 access to the :class:`ModelAdmin` itself, allowing the action to call any of 
the
 methods provided by the admin.
 


--~--~---------~--~----~------------~-------~--~----~
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