소스 검색

Fixed typo in docs/topics/class-based-views/intro.txt

Anton 10 년 전
부모
커밋
f5fbddf22f
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      docs/topics/class-based-views/intro.txt

+ 3 - 4
docs/topics/class-based-views/intro.txt

@@ -251,10 +251,9 @@ more of the methods (or both!).
 Decorating class-based views
 ============================
 
-The extension of class-based views isn't limited to using mixins. You
-can use also use decorators. Since class-based views aren't functions,
-decorating them works differently depending on if you're using ``as_view`` or
-creating a subclass.
+The extension of class-based views isn't limited to using mixins. You can also
+use decorators. Since class-based views aren't functions, decorating them works
+differently depending on if you're using ``as_view()`` or creating a subclass.
 
 Decorating in URLconf
 ---------------------