Skip to content

Commit

Permalink
Fixed typo in docstrings of MonthArchiveViews.
Browse files Browse the repository at this point in the history
  • Loading branch information
exonian authored and timgraham committed Jan 10, 2014
1 parent 9eb1603 commit 270c9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/views/generic/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class YearArchiveView(MultipleObjectTemplateResponseMixin, BaseYearArchiveView):

class BaseMonthArchiveView(YearMixin, MonthMixin, BaseDateListView):
"""
List of objects published in a given year.
List of objects published in a given month.
"""
date_list_period = 'day'

Expand Down Expand Up @@ -516,7 +516,7 @@ def get_dated_items(self):

class MonthArchiveView(MultipleObjectTemplateResponseMixin, BaseMonthArchiveView):
"""
List of objects published in a given year.
List of objects published in a given month.
"""
template_name_suffix = '_archive_month'

Expand Down

0 comments on commit 270c9fe

Please sign in to comment.