Skip to content

Commit fc13a69

Browse files
committed
Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
1 parent 823d73b commit fc13a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/class-based-views/mixins-single-object.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Single object mixins
100100

101101
.. method:: get_context_data(**kwargs)
102102

103-
Returns context data for displaying the list of objects.
103+
Returns context data for displaying the object.
104104

105105
The base implementation of this method requires that the ``self.object``
106106
attribute be set by the view (even if ``None``). Be sure to do this if

0 commit comments

Comments
 (0)