Skip to content

Commit 43625de

Browse files
committed
Merge branch 'master' of github.com:mitsuhiko/flask
2 parents 2740595 + c7a683d commit 43625de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def run(self, host=None, port=None, debug=None, **options):
740740
catch.
741741
742742
.. versionchanged:: 0.10
743-
The default port is now picked from the ``SEVER_NAME`` variable.
743+
The default port is now picked from the ``SERVER_NAME`` variable.
744744
745745
:param host: the hostname to listen on. Set this to ``'0.0.0.0'`` to
746746
have the server available externally as well. Defaults to

0 commit comments

Comments
 (0)