From 6565bd848e68097fd827040af6c9e712f759d07b Mon Sep 17 00:00:00 2001 From: Mark Steve Samson Date: Wed, 12 Jun 2013 22:04:49 +0800 Subject: [PATCH] Fix typo --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index adadca4e..98ecb106 100644 --- a/flask/app.py +++ b/flask/app.py @@ -740,7 +740,7 @@ class Flask(_PackageBoundObject): catch. .. versionchanged:: 0.10 - The default port is now picked from the ``SEVER_NAME`` variable. + The default port is now picked from the ``SERVER_NAME`` variable. :param host: the hostname to listen on. Set this to ``'0.0.0.0'`` to have the server available externally as well. Defaults to