소스 검색

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

Tim Graham 7 년 전
부모
커밋
fc13a697b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/class-based-views/mixins-single-object.txt

+ 1 - 1
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