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:27:18 -0400
commit8f7e6b55e55f102d5e8ea7b9eca46b82bf8eaf61 (patch)
tree3cb10656d8edc384e402b0b1c495387d0f2faf0e /docs/ref
parenta0707947e4aacd461a3dbb653ddbf800ec2a6dea (diff)
[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
Backport of fc13a697b41568993ba02b7c52bb863456af6c84 from master
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