Browse Source

changed werkzeug.serving.run_simple to werkzeug.run_simple in app.run docstring.

pull/787/head
kracekumar 12 years ago
parent
commit
b5bfe69d3d
  1. 2
      flask/app.py

2
flask/app.py

@ -752,7 +752,7 @@ class Flask(_PackageBoundObject):
See :attr:`debug`.
:param options: the options to be forwarded to the underlying
Werkzeug server. See
:func:`werkzeug.serving.run_simple` for more
:func:`werkzeug.run_simple` for more
information.
"""
from werkzeug.serving import run_simple

Loading…
Cancel
Save