Browse Source

Cross-reference debug docs in run docstring.

pull/327/head
Ron DuPlain 13 years ago
parent
commit
90884a78fb
  1. 1
      flask/app.py

1
flask/app.py

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

Loading…
Cancel
Save