summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-06 11:24:44 -0400
committerTim Graham <timograham@gmail.com>2017-06-06 11:24:44 -0400
commitfc13a697b41568993ba02b7c52bb863456af6c84 (patch)
treec17a8783aaa1a2712abe68f76cc7be2e9daf7c90 /docs/ref
parent823d73be3ee16b35d5e4a94ce7b907efc36dbd32 (diff)
Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/mixins-single-object.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt
index 9100e4a104..2801b9964b 100644
--- a/docs/ref/class-based-views/mixins-single-object.txt
+++ b/docs/ref/class-based-views/mixins-single-object.txt
@@ -100,7 +100,7 @@ Single object mixins
.. method:: get_context_data(**kwargs)
- Returns context data for displaying the list of objects.
+ Returns context data for displaying the object.
The base implementation of this method requires that the ``self.object``
attribute be set by the view (even if ``None``). Be sure to do this if