summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-22 11:22:09 -0400
committerTim Graham <timograham@gmail.com>2014-08-22 11:34:41 -0400
commit7abb88a19cb18005d5607859743eab78bcd57375 (patch)
tree94c2928a6a3f581ca684b94653efc4530433d563 /docs/ref
parent588f66d18235762f8e0f96200c88bc4ba6c1c579 (diff)
[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 14aff0bd82 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/generic-date-based.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/generic-date-based.txt b/docs/ref/class-based-views/generic-date-based.txt
index bf70f2313b..c772443180 100644
--- a/docs/ref/class-based-views/generic-date-based.txt
+++ b/docs/ref/class-based-views/generic-date-based.txt
@@ -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