The comment didn't make any sense (#1777)
Fix doc comment for View.methods
This commit is contained in:
parent
90181dd8b5
commit
740c42217c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class View(object):
|
||||||
generated view function!
|
generated view function!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#: A for which methods this pluggable view can handle.
|
#: A list of methods this view can handle.
|
||||||
methods = None
|
methods = None
|
||||||
|
|
||||||
#: The canonical way to decorate class-based views is to decorate the
|
#: The canonical way to decorate class-based views is to decorate the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue