From 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 16:00:30 +0100 Subject: Fixed some typos and formatting issues in docs. --- docs/topics/class-based-views/mixins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/class-based-views') diff --git a/docs/topics/class-based-views/mixins.txt b/docs/topics/class-based-views/mixins.txt index 05644fc787..f0bacca6c1 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 modeling we used in the +We'll demonstrate this with the ``Author`` model we used in the :doc:`generic class-based views introduction`. .. code-block:: python -- cgit v1.3