Browse Source

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

Fix doc comment for View.methods
pull/1728/head
Daniel Quinn 9 years ago committed by David Lord
parent
commit
740c42217c
  1. 2
      flask/views.py

2
flask/views.py

@ -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

Loading…
Cancel
Save