Fixed #15052 -- corrected an innacurate docstring in the generic views.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2011-01-26 03:23:59 +00:00
parent 9a317938ef
commit b4bf635cea
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ class DayMixin(object):
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