Skip to content

Commit

Permalink
Fixed #19937 - Typo in class-based views intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Feb 28, 2013
1 parent aa089b1 commit d009ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/class-based-views/intro.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ and methods in the subclass. So that if your parent class had an attribute


You can override that in a subclass:: You can override that in a subclass::


class MorningGreetingView(MyView): class MorningGreetingView(GreetingView):
greeting = "Morning to ya" greeting = "Morning to ya"


Another option is to configure class attributes as keyword arguments to the Another option is to configure class attributes as keyword arguments to the
Expand Down

0 comments on commit d009ffe

Please sign in to comment.