Commit f8344398 authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.

Backport of 14aff0bd from master
parent 808c0dc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ ArchiveIndexView
      month or day using the attribute ``date_list_period``. This also applies
      to all subclass views.

    **Example myapp/views.py**::
    **Example myapp/urls.py**::

        from django.conf.urls import patterns, url
        from django.views.generic.dates import ArchiveIndexView