Kaydet (Commit) d009ffe4 authored tarafından Tim Graham's avatar Tim Graham

Fixed #19937 - Typo in class-based views intro.

üst aa089b10
...@@ -123,7 +123,7 @@ and methods in the subclass. So that if your parent class had an attribute ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment