diff options
| author | Anton <manevant@gmail.com> | 2015-04-20 20:54:54 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-20 14:12:03 -0400 |
| commit | 67bf6bb9f567ee709b4727a0d63f9be4e2930fb8 (patch) | |
| tree | 0f26a1ce12c16fd8c97934eb6cd80ee58473a422 | |
| parent | 32871fc215cb7be0f4fbddcd099cca35c05f2e42 (diff) | |
[1.7.x] Fixed typo in docs/topics/class-based-views/intro.txt
Backport of f5fbddf22f5e9b760e76ef35f104270026c60693 from master
| -rw-r--r-- | docs/topics/class-based-views/intro.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/topics/class-based-views/intro.txt b/docs/topics/class-based-views/intro.txt index dbd7a83a31..e8b0d517d7 100644 --- a/docs/topics/class-based-views/intro.txt +++ b/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 --------------------- |
