Skip to content

Commit

Permalink
Fix Typo explicitly. Fixes #19971
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarlander committed Mar 3, 2013
1 parent 97afc49 commit df7668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/class-based-views/generic-display.txt
Expand Up @@ -230,7 +230,7 @@ more::
get_context_data on the super class. When no two classes try to define the
same key, this will give the expected results. However if any class
attempts to override a key after parent classes have set it (after the call
to super), any children of that class will also need to explictly set it
to super), any children of that class will also need to explicitly set it
after super if they want to be sure to override all parents. If you're
having trouble, review the method resolution order of your view.

Expand Down

0 comments on commit df7668a

Please sign in to comment.