From b4bf635cea92318e34d997cc614e7ff8233d015b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 26 Jan 2011 03:23:59 +0000 Subject: [PATCH] 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 --- django/views/generic/dates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/views/generic/dates.py b/django/views/generic/dates.py index 8c95249593..c9e486b8cf 100644 --- a/django/views/generic/dates.py +++ b/django/views/generic/dates.py @@ -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