Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/topics/class-based-views/intro.txt
Browse files Browse the repository at this point in the history
Backport of f5fbddf from master
  • Loading branch information
manevant authored and timgraham committed Apr 20, 2015
1 parent 32871fc commit 67bf6bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/topics/class-based-views/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down

0 comments on commit 67bf6bb

Please sign in to comment.