Author: Alex
Date: 2011-01-25 21:23:59 -0600 (Tue, 25 Jan 2011)
New Revision: 15315

Modified:
   django/trunk/django/views/generic/dates.py
Log:
Fixed #15052 -- corrected an innacurate docstring in the generic views.

Modified: django/trunk/django/views/generic/dates.py
===================================================================
--- django/trunk/django/views/generic/dates.py  2011-01-26 03:22:16 UTC (rev 
15314)
+++ django/trunk/django/views/generic/dates.py  2011-01-26 03:23:59 UTC (rev 
15315)
@@ -80,8 +80,8 @@
 
     def get_day_format(self):
         """
-        Get a month format string in strptime syntax to be used to parse the
-        month from url variables.
+        Get a day format string in strptime syntax to be used to parse the day
+        from url variables.
         """
         return self.day_format
 

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