summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-28 21:03:46 -0500
committerTim Graham <timograham@gmail.com>2014-02-28 21:03:46 -0500
commit1f5f015c32550c1424dd7804e8ee4717bcc5b9b7 (patch)
treeb789093482facf62b5e78d793817ca2687286992 /docs/topics/class-based-views
parent8137215973c8cf97f58f244021b1a4e75923ade8 (diff)
Fixed spelling mistakes in docs.
Diffstat (limited to 'docs/topics/class-based-views')
-rw-r--r--docs/topics/class-based-views/mixins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views/mixins.txt b/docs/topics/class-based-views/mixins.txt
index f79bf1160e..05644fc787 100644
--- a/docs/topics/class-based-views/mixins.txt
+++ b/docs/topics/class-based-views/mixins.txt
@@ -219,7 +219,7 @@ processing to work on a particular object, identified from the URL,
we'll want the functionality provided by
:class:`~django.views.generic.detail.SingleObjectMixin`.
-We'll demonstrate this with the publisher modelling we used in the
+We'll demonstrate this with the publisher modeling we used in the
:doc:`generic class-based views introduction<generic-display>`.
.. code-block:: python