summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-11-06 10:47:07 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-06 10:47:07 +0100
commit366bdc45661038c199ff7f268d045f6b7cb5c398 (patch)
tree34526c0cb143d0a503f7e6bee568be8bc787dca9 /docs/ref/class-based-views
parent3c4832214ff78e704679d7c7410d3fb8da80df78 (diff)
Fixed typos in documentation.
Diffstat (limited to 'docs/ref/class-based-views')
-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 427d8f6ceb..44856dce3f 100644
--- a/docs/ref/class-based-views/generic-date-based.txt
+++ b/docs/ref/class-based-views/generic-date-based.txt
@@ -611,7 +611,7 @@ DateDetailView
.. note::
All of the generic views listed above have matching ``Base`` views that
- only differ in that the they do not include the
+ only differ in that they do not include the
:class:`~django.views.generic.detail.SingleObjectTemplateResponseMixin`:
.. class:: BaseArchiveIndexView