Author: adrian
Date: 2010-01-10 11:42:23 -0600 (Sun, 10 Jan 2010)
New Revision: 12167

Modified:
   django/trunk/docs/ref/generic-views.txt
Log:
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schickler

Modified: django/trunk/docs/ref/generic-views.txt
===================================================================
--- django/trunk/docs/ref/generic-views.txt     2010-01-10 17:37:48 UTC (rev 
12166)
+++ django/trunk/docs/ref/generic-views.txt     2010-01-10 17:42:23 UTC (rev 
12167)
@@ -542,7 +542,7 @@
     * ``next_day``: A ``datetime.date`` object representing the next day. If
       the next day is in the future, this will be ``None``.
 
-    * ``previous_day``: A ``datetime.date`` object representing the given day.
+    * ``previous_day``: A ``datetime.date`` object representing the previous 
day.
       Unlike ``next_day``, this will never be ``None``.
 
     * ``object_list``: A list of objects available for the given day. This

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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