Merge pull request #764 from marksteve/docs

Fix typo
This commit is contained in:
Daniel Neuhäuser 2013-06-12 10:57:01 -07:00
commit c7a683d2fd
1 changed files with 1 additions and 1 deletions

View File

@ -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