summaryrefslogtreecommitdiff
path: root/docs
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:53 -0400
commitf8344398fc4156a6367c40987a9de70fd2ad22ce (patch)
tree619a1cdea091df84d0a2518f83fb19932e6bf6e2 /docs
parent808c0dc705cd4b5be9903d20163e08bb080a42c2 (diff)
[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 14aff0bd82 from master
Diffstat (limited to 'docs')
-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 d878809c59..4be2574788 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