Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Dec 4, 2015
1 parent 2ad5407 commit faed71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def run(self, app, host=None, port=None, **kwargs):
:param log_output: If ``True``, the server logs all incomming
connections. If ``False`` logging is disabled.
Defaults to ``True`` in debug mode, ``False``
in normal mode. Unused wheb the threading async
in normal mode. Unused when the threading async
mode is used.
:param kwargs: Additional web server, Socket.IO, Engine.IO options.
The web server options are specific to the server used
Expand Down

0 comments on commit faed71c

Please sign in to comment.