diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-22 11:22:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-22 11:22:09 -0400 |
| commit | 14aff0bd8249168e6677b45d192490d984bfd2b4 (patch) | |
| tree | e1d7b808c6a623814da0578288f45b53eba0a03b /docs/ref | |
| parent | a6222af0ed94f807180b02f762c6011b368444a5 (diff) | |
Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views/generic-date-based.txt | 2 |
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 ecaeddfecc..f85160b4cc 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 url from django.views.generic.dates import ArchiveIndexView |
