Skip to content

Commit 6565bd8

Browse files
committed
Fix typo
1 parent 335cbe0 commit 6565bd8

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)