Browse Source

Merge pull request #764 from marksteve/docs

Fix typo
pull/766/head
Daniel Neuhäuser 12 years ago
parent
commit
c7a683d2fd
  1. 2
      flask/app.py

2
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

Loading…
Cancel
Save