Cross-reference debug docs in run docstring.

This commit is contained in:
Ron DuPlain 2011-09-18 15:34:37 -04:00
parent 907c24e6ff
commit 90884a78fb

View file

@ -681,6 +681,7 @@ class Flask(_PackageBoundObject):
to have the server available externally as well.
:param port: the port of the webserver
:param debug: if given, enable or disable debug mode.
See :attr:`debug`.
:param options: the options to be forwarded to the underlying
Werkzeug server. See
:func:`werkzeug.serving.run_simple` for more