Kaydet (Commit) 270c9fe4 authored tarafından Michael Blatherwick's avatar Michael Blatherwick Kaydeden (comit) Tim Graham

Fixed typo in docstrings of MonthArchiveViews.

üst 9eb16031
......@@ -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'
......@@ -516,7 +516,7 @@ class BaseMonthArchiveView(YearMixin, MonthMixin, BaseDateListView):
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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment