1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00

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

View File

@ -80,8 +80,8 @@ class DayMixin(object):
def get_day_format(self): def get_day_format(self):
""" """
Get a month format string in strptime syntax to be used to parse the Get a day format string in strptime syntax to be used to parse the day
month from url variables. from url variables.
""" """
return self.day_format return self.day_format