From 90884a78fbba4068fa93f87626baccd148cd4a57 Mon Sep 17 00:00:00 2001 From: Ron DuPlain Date: Sun, 18 Sep 2011 15:34:37 -0400 Subject: [PATCH] Cross-reference debug docs in run docstring. --- flask/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flask/app.py b/flask/app.py index 4c8175d1..1ad669e3 100644 --- a/flask/app.py +++ b/flask/app.py @@ -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