diff options
| -rw-r--r-- | django/views/generic/dates.py | 4 |
1 files 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 |
