From 22d5e4b4af4a5913865bb3e4de4c25b6709cc4c5 Mon Sep 17 00:00:00 2001 From: "Stefan \"hr\" Berder" Date: Tue, 19 Feb 2013 16:01:06 +0800 Subject: [PATCH] Update docs/topics/class-based-views/generic-display.txt simple typo in "Making friendly template contexts" --- docs/topics/class-based-views/generic-display.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/class-based-views/generic-display.txt b/docs/topics/class-based-views/generic-display.txt index 835ca07459b..8fe6cd0d659 100644 --- a/docs/topics/class-based-views/generic-display.txt +++ b/docs/topics/class-based-views/generic-display.txt @@ -172,7 +172,7 @@ context using the lower cased version of the model class' name. This is provided in addition to the default ``object_list`` entry, but contains exactly the same data, i.e. ``publisher_list``. -If the this still isn't a good match, you can manually set the name of the +If this still isn't a good match, you can manually set the name of the context variable. The ``context_object_name`` attribute on a generic view specifies the context variable to use::