The comment didn't make any sense (#1777)

Fix doc comment for View.methods
This commit is contained in:
Daniel Quinn 2016-04-08 16:53:25 +01:00 committed by David Lord
parent 90181dd8b5
commit 740c42217c

View file

@ -48,7 +48,7 @@ class View(object):
generated view function!
"""
#: A for which methods this pluggable view can handle.
#: A list of methods this view can handle.
methods = None
#: The canonical way to decorate class-based views is to decorate the