Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
Fix “ithreading” to “threading”
  • Loading branch information
whiteUnicorn committed Mar 11, 2016
1 parent 93795d8 commit 73932fd
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 @@ -84,7 +84,7 @@ class SocketIO(object):
options are "threading", "eventlet" and "gevent". If
this argument is not given, "eventlet" is tried first,
then "gevent", and finally "threading". The websocket
transport is not supported in "ithreading" mode.
transport is not supported in "threading" mode.
:param ping_timeout: The time in seconds that the client waits for the
server to respond before disconnecting.
:param ping_interval: The interval in seconds at which the client pings
Expand Down

0 comments on commit 73932fd

Please sign in to comment.