diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-16 09:56:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-16 09:58:00 -0400 |
| commit | a3c4c170f42d4bb9574d1b1c0c5502c07e03fc4d (patch) | |
| tree | 306ada352ed9313b695f7bcde3e69412e2422a3c /docs/ref/class-based-views | |
| parent | a9048c40edffd189e9b99699c5947e69f9ca15f1 (diff) | |
[1.5.x] Fixed #20421 - Typo in class-based view docs.
Backport of 289afc3156 from master
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt index 2073458314..8e58db420f 100644 --- a/docs/ref/class-based-views/base.txt +++ b/docs/ref/class-based-views/base.txt @@ -9,7 +9,7 @@ required for projects, in which case there are Mixins and Generic class-based views. Many of Django's built-in class-based views inherit from other class-based -views or various mixins. Because this inheritence chain is very important, the +views or various mixins. Because this inheritance chain is very important, the ancestor classes are documented under the section title of **Ancestors (MRO)**. MRO is an acronym for Method Resolution Order. |
